Searched defs:srcFilePath (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()
518 std::string srcFilePath = GetSnapshotPath("/data/log/faultlog/temp", pidStr); in CollectHprof() local
178 std::string srcFilePath = std::string(srcDir) + "/" + std::string(file->d_name); in CopyDirectory() local