Searched refs:GetFullpath (Results 1 - 3 of 3) sorted by relevance
/kernel/liteos_a/syscall/ |
H A D | syscall_pub.c | 63 int GetFullpath(int fd, const char *path, char **fullpath)
in GetFullpath() function
|
H A D | syscall_pub.h | 45 extern int GetFullpath(int fd, const char *path, char **fullpath);
|
H A D | fs_syscall.c | 127 ret = GetFullpath(fd, path, &fullPath); in GetFullpathNull() 2445 ret = GetFullpath(fd, path, &fullpath); in SysFchownat() 2582 ret = GetFullpath(fd, filename, &fullDirectory); in SysFaccessat()
|
Completed in 4 milliseconds