Searched refs:VfsNormalizePath (Results 1 - 3 of 3) sorted by relevance
/kernel/liteos_m/components/shell/src/cmds/ |
H A D | vfs_shellcmd.c | 90 ret = VfsNormalizePath(shellWorkingDirectory, path, &fullpath); in OsShellCmdDoChdir() 174 ret = VfsNormalizePath(NULL, pathname, &path); in OsLs() 236 ret = VfsNormalizePath(shellWorkingDirectory, filename, &fullpath); in OsShellCmdLs() 276 ret = VfsNormalizePath(shellWorkingDirectory, argv[0], &fullpath); in OsShellCmdCat() 318 ret = VfsNormalizePath(shellWorkingDirectory, filename, &fullpath); in OsShellCmdMkdir() 365 ret = VfsNormalizePath(shellWorkingDirectory, filename, &fullpath); in OsShellCmdTouch() 408 ret = VfsNormalizePath(shellWorkingDirectory, srcFilePath, &srcFullPath); in OsShellCmdDoCp() 450 ret = VfsNormalizePath(drcFullPath, srcFileName, &dstFilePath); in OsShellCmdDoCp() 831 ret = VfsNormalizePath(shellWorkingDirectory, src, &srcFullPath); in OsShellCmdCp() 844 ret = VfsNormalizePath(shellWorkingDirector in OsShellCmdCp() [all...] |
H A D | fullpath.c | 232 INT32 VfsNormalizePath(const CHAR *directory, const CHAR *filename, CHAR **pathname) in VfsNormalizePath() function
|
/kernel/liteos_m/components/shell/include/ |
H A D | shcmd.h | 93 extern INT32 VfsNormalizePath(const CHAR *directory, const CHAR *filename, CHAR **pathname);
|
Completed in 3 milliseconds