Searched refs:vfs_normalize_path (Results 1 – 7 of 7) 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() 324 ret = vfs_normalize_path(shell_working_directory, filename, &fullpath); in osShellCmdMount() 361 ret = vfs_normalize_path(shell_working_directory, filename, &fullpath); in osShellCmdMount() 422 ret = vfs_normalize_path(shell_working_directory, filename, &fullpath); in osShellCmdUmount() 462 ret = vfs_normalize_path(shell_working_directory, filename, &fullpath); in osShellCmdMkdir() 530 result = vfs_normalize_path(shell_working_directory, filename, &fullpath); in osShellCmdStatfs() 567 ret = vfs_normalize_path(shell_working_directory, filename, &fullpath); in osShellCmdTouch() 611 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() 623 ret = vfs_normalize_path(NULL, pathname, &path); in ls() 657 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 | 282 ret = vfs_normalize_path(NULL, originPath, &absolutePath); in PreProcess()
|