Home
last modified time | relevance | path

Searched refs:srcFileName (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_m/components/shell/src/cmds/
H A Dvfs_shellcmd.c387 const CHAR *srcFileName = NULL; in OsShellCmdDoCp() local
441 srcFileName = srcFilePath; in OsShellCmdDoCp()
443 filename = strchr(srcFileName, '/'); in OsShellCmdDoCp()
447 srcFileName = filename + 1; in OsShellCmdDoCp()
450 ret = VfsNormalizePath(drcFullPath, srcFileName, &dstFilePath); in OsShellCmdDoCp()

Completed in 2 milliseconds