Searched refs:vfs_normalize_path (Results 1 – 8 of 8) sorted by relevance
| /kernel/liteos_a/fs/vfs/vfs_cmd/ |
| D | vfs_shellcmd.c | 98 ret = vfs_normalize_path(shell_working_directory, path, &fullpath); in osShellCmdDoChdir() 144 ret = vfs_normalize_path(shell_working_directory, filename, &fullpath); in osShellCmdLs() 235 ret = vfs_normalize_path(shell_working_directory, argv[0], &fullpath); in osShellCmdCat() 323 ret = vfs_normalize_path(shell_working_directory, filename, &fullpath); in osShellCmdMount() 360 ret = vfs_normalize_path(shell_working_directory, filename, &fullpath); in osShellCmdMount() 421 ret = vfs_normalize_path(shell_working_directory, filename, &fullpath); in osShellCmdUmount() 461 ret = vfs_normalize_path(shell_working_directory, filename, &fullpath); in osShellCmdMkdir() 529 result = vfs_normalize_path(shell_working_directory, filename, &fullpath); in osShellCmdStatfs() 566 ret = vfs_normalize_path(shell_working_directory, filename, &fullpath); in osShellCmdTouch() 610 ret = vfs_normalize_path(shell_working_directory, src_filepath, &src_fullpath); in os_shell_cmd_do_cp() [all …]
|
| /kernel/liteos_a/fs/vfs/operation/ |
| D | fullpath.c | 244 int vfs_normalize_path(const char *directory, const char *filename, char **pathname) in vfs_normalize_path() function 317 ret = vfs_normalize_path((const char *)relativeoldpath, filename, &fullpath); in vfs_normalize_pathat()
|
| D | vfs_utime.c | 70 ret = vfs_normalize_path((const char *)NULL, path, &fullpath); in utime()
|
| D | vfs_other.c | 173 ret = vfs_normalize_path((const char *)NULL, path, &fullpath); in chdir() 651 ret = vfs_normalize_path(NULL, pathname, &path); in ls() 685 ret = vfs_normalize_path(NULL, path, &new_path); in realpath()
|
| /kernel/liteos_a/shell/full/src/cmds/ |
| D | date_shellcmd.c | 237 ret = vfs_normalize_path(shellWorkingDirectory, filename, &fullpath); in OsViewFileTime()
|
| D | dmesg.c | 689 ret = vfs_normalize_path(shellWorkingDirectory, filename, &fullpath); in LOS_DmesgToFile()
|
| /kernel/liteos_a/fs/vfs/ |
| D | vnode.c | 291 ret = vfs_normalize_path(NULL, originPath, &absolutePath); in PreProcess()
|
| /kernel/liteos_a/syscall/ |
| D | fs_syscall.c | 344 int ret = vfs_normalize_path(NULL, path, &fullPath); in ProcRealProcessDirGet()
|