Searched refs:fullDestPath (Results 1 – 1 of 1) sorted by relevance
426 std::string fullDestPath = dstPath + dirent->d_name + "/"; in CopyDir() local427 if (!CopyDir(fullSourcePath, fullDestPath)) { in CopyDir()429 << ", fullDestPath: " << fullDestPath.c_str(); in CopyDir()434 std::string fullDestPath = dstPath + dirent->d_name; in CopyDir() local435 if (!CopyFile(fullSourcePath, fullDestPath)) { in CopyDir()437 << ", fullDestPath: " << fullDestPath.c_str(); in CopyDir()