Searched refs:pathRet (Results 1 - 2 of 2) sorted by relevance
/kernel/liteos_a/syscall/ |
H A D | fs_syscall.c | 395 static int GetPath(const char *path, char **pathRet) in GetPath() argument 397 int ret = UserPathCopy(path, pathRet); in GetPath() 403 ret = ProcRealProcessDirGet(*pathRet); in GetPath() 417 char *pathRet = NULL; in SysOpen() local 420 ret = GetPath(path, &pathRet); in SysOpen() 437 ret = do_opendir(pathRet, oflags); in SysOpen() 446 ret = do_open(AT_FDCWD, pathRet, oflags, mode); in SysOpen() 455 if (pathRet != NULL) { in SysOpen() 456 LOS_MemFree(OS_SYS_MEM_ADDR, pathRet); in SysOpen() 461 if (pathRet ! in SysOpen() 473 char *pathRet = NULL; SysCreat() local 542 char *pathRet = NULL; SysReadlink() local 585 char *pathRet = NULL; SysSymlink() local 620 char *pathRet = NULL; SysUnlink() local 675 char *pathRet = NULL; SysChdir() local 817 char *pathRet = NULL; SysUmount() local 845 char *pathRet = NULL; SysAccess() local 906 char *pathRet = NULL; SysMkdir() local 930 char *pathRet = NULL; SysRmdir() local 1208 char *pathRet = NULL; SysTruncate() local 1241 char *pathRet = NULL; SysTruncate64() local 1287 char *pathRet = NULL; SysStatfs() local 1318 char *pathRet = NULL; SysStatfs64() local 1354 char *pathRet = NULL; SysStat() local 1385 char *pathRet = NULL; SysLstat() local 1785 char *pathRet = NULL; SysOpenat() local 1844 char *pathRet = NULL; SysMkdirat() local 1918 char *pathRet = NULL; SysSymlinkat() local 1959 char *pathRet = NULL; SysReadlinkat() local 2006 char *pathRet = NULL; SysUnlinkat() local 2275 char *pathRet = NULL; SysRealpath() local 2349 char *pathRet = NULL; SysChmod() local 2373 char *pathRet = NULL; SysFchmodat() local 2507 char *pathRet = NULL; SysChown() local 2532 char *pathRet = NULL; SysFstatat64() local 2860 char *pathRet = NULL; SysChroot() local [all...] |
H A D | syscall_pub.c | 66 char *pathRet = NULL;
in GetFullpath() local 71 ret = UserPathCopy(path, &pathRet);
in GetFullpath() 77 if ((pathRet != NULL) && (*pathRet == '/')) {
in GetFullpath() 78 *fullpath = pathRet;
in GetFullpath() 79 pathRet = NULL;
in GetFullpath() 100 ret = vfs_normalize_pathat(fd, pathRet, fullpath);
in GetFullpath() 104 PointerFree(pathRet);
in GetFullpath()
|
Completed in 3 milliseconds