Home
last modified time | relevance | path

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

/base/update/updater/utils/
H A Dutils.cpp423 std::string fullDestPath = dstPath + dirent->d_name + "/"; in CopyDir() local
424 if (!CopyDir(fullSourcePath, fullDestPath)) { in CopyDir()
426 << ", fullDestPath: " << fullDestPath.c_str(); in CopyDir()
431 std::string fullDestPath = dstPath + dirent->d_name; in CopyDir() local
432 if (!CopyFile(fullSourcePath, fullDestPath)) { in CopyDir()
434 << ", fullDestPath: " << fullDestPath.c_str(); in CopyDir()

Completed in 2 milliseconds