Searched defs:srcFilePath (Results 1 – 3 of 3) sorted by relevance
233 int32_t HiviewService::CopyFile(const std::string& srcFilePath, const std::string& destFilePath) in CopyFile()275 int32_t HiviewService::Copy(const std::string& srcFilePath, const std::string& destFilePath) in Copy()280 int32_t HiviewService::Move(const std::string& srcFilePath, const std::string& destFilePath) in Move()
196 void PrintCupsClient::SymlinkFile(std::string srcFilePath, std::string destFilePath) in SymlinkFile()223 std::string srcFilePath = std::string(srcDir) + "/" + std::string(file->d_name); in SymlinkDirectory() local268 std::string srcFilePath = std::string(srcDir) + "/" + std::string(file->d_name); in CopyDirectory() local
588 std::string srcFilePath = GetSnapshotPath("/data/log/faultlog/temp", pidStr); in CollectHprof() local