Searched defs:srcFilePath (Results 1 – 4 of 4) sorted by relevance
234 int32_t HiviewService::CopyFile(const std::string& srcFilePath, const std::string& destFilePath) in CopyFile()276 int32_t HiviewService::Copy(const std::string& srcFilePath, const std::string& destFilePath) in Copy()281 int32_t HiviewService::Move(const std::string& srcFilePath, const std::string& destFilePath) in Move()
296 void PrintCupsClient::SymlinkFile(std::string &srcFilePath, std::string &destFilePath) in SymlinkFile()323 std::string srcFilePath = std::string(srcDir) + "/" + std::string(file->d_name); in SymlinkDirectory() local368 std::string srcFilePath = std::string(srcDir) + "/" + std::string(file->d_name); in CopyDirectory() local
129 std::string srcFilePath = "./PrintCupsClientTest_0003_srcDir/PrintCupsClientTestFileName"; variable170 std::string srcFilePath = std::string(subSrcDir) + "/PrintCupsClientTestFileName"; variable
591 std::string srcFilePath = GetSnapshotPath("/data/log/faultlog/temp", pidStr); in CollectHprof() local