Function report | 
Source Code:security\tomoyo\realpath.c | 
Create Date:2022-07-28 19:45:57 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:moyo_get_absolute_path - Get the path of a dentry but ignores chroot'ed root.*@path: Pointer to "struct path".*@buffer: Pointer to buffer to return value in.*@buflen: Sizeof @buffer.* Returns the buffer on success, an error code otherwise.
Proto:static char *tomoyo_get_absolute_path(const struct path *path, char *const buffer, const int buflen)
Type:char
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const struct path * | path | |
| char *const | buffer | |
| const int | buflen | 
| 98 | If buflen >= 256 Then | 
| 100 | pos = d_absolute_path(path, buffer, buflen - 1) | 
| 110 | Return pos | 
| Name | Describe | 
|---|---|
| tomoyo_realpath_from_path | moyo_realpath_from_path - Returns realpath(3) of the given pathname but ignores chroot'ed root | 
| Source code conversion tool public plug-in interface  | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion  |