Searched defs:destFilePath (Results 1 – 3 of 3) sorted by relevance
226 int32_t HiviewService::CopyFile(const std::string& srcFilePath, const std::string& destFilePath) in CopyFile()268 int32_t HiviewService::Copy(const std::string& srcFilePath, const std::string& destFilePath) in Copy()273 int32_t HiviewService::Move(const std::string& srcFilePath, const std::string& destFilePath) in Move()
40 CopyFileState CopyFile(const std::string& sourceFilePath, const std::string& destFilePath) in CopyFile()
179 std::string destFilePath = std::string(destDir) + "/" + std::string(file->d_name); in CopyDirectory() local