Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/utils/
H A Dutils.cpp426 std::string fullDestPath = dstPath + dirent->d_name + "/"; in CopyDir() local
427 if (!CopyDir(fullSourcePath, fullDestPath)) { in CopyDir()
429 << ", fullDestPath: " << fullDestPath.c_str(); in CopyDir()
434 std::string fullDestPath = dstPath + dirent->d_name; in CopyDir() local
435 if (!CopyFile(fullSourcePath, fullDestPath)) { in CopyDir()
437 << ", fullDestPath: " << fullDestPath.c_str(); in CopyDir()