Home
last modified time | relevance | path

Searched defs:srcFilePath (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/service/
Dhiview_service.cpp233 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()
/base/print/print_fwk/services/print_service/src/
Dprint_cups_client.cpp196 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() local
268 std::string srcFilePath = std::string(srcDir) + "/" + std::string(file->d_name); in CopyDirectory() local
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
Dmemory_collector_impl.cpp588 std::string srcFilePath = GetSnapshotPath("/data/log/faultlog/temp", pidStr); in CollectHprof() local