Home
last modified time | relevance | path

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

/kernel/liteos_m/components/shell/src/cmds/
H A Dvfs_shellcmd.c386 CHAR *drcFullPath = NULL; in OsShellCmdDoCp() local
430 drcFullPath = strdup(dstFileName); in OsShellCmdDoCp()
431 if (drcFullPath == NULL) { in OsShellCmdDoCp()
436 ret = stat(drcFullPath, &statBuf); in OsShellCmdDoCp()
450 ret = VfsNormalizePath(drcFullPath, srcFileName, &dstFilePath); in OsShellCmdDoCp()
456 free(drcFullPath); in OsShellCmdDoCp()
457 drcFullPath = dstFilePath; in OsShellCmdDoCp()
462 if (strcmp(srcFullPath, drcFullPath) == 0) { in OsShellCmdDoCp()
463 PRINTK("cp error: '%s' and '%s' are the same file\n", srcFullPath, drcFullPath); in OsShellCmdDoCp()
475 dstFd = open(drcFullPath, O_CREA in OsShellCmdDoCp()
816 CHAR *drcFullPath = NULL; OsShellCmdCp() local
[all...]

Completed in 2 milliseconds