Home
last modified time | relevance | path

Searched refs:vfs_normalize_path (Results 1 – 7 of 7) sorted by relevance

/kernel/liteos_a/fs/vfs/vfs_cmd/
Dvfs_shellcmd.c98 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/
Dfullpath.c244 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()
Dvfs_utime.c70 ret = vfs_normalize_path((const char *)NULL, path, &fullpath); in utime()
Dvfs_other.c173 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/
Ddate_shellcmd.c237 ret = vfs_normalize_path(shellWorkingDirectory, filename, &fullpath); in OsViewFileTime()
Ddmesg.c689 ret = vfs_normalize_path(shellWorkingDirectory, filename, &fullpath); in LOS_DmesgToFile()
/kernel/liteos_a/fs/vfs/
Dvnode.c282 ret = vfs_normalize_path(NULL, originPath, &absolutePath); in PreProcess()