Searched defs:srcFile (Results 1 – 9 of 9) sorted by relevance
48 int32_t HiviewZipUnit::AddFileInZip(const std::string& srcFile, ZipFileLevel zipFileLevel) in AddFileInZip()101 std::string HiviewZipUnit::GetDstFilePath(const std::string& srcFile, ZipFileLevel zipFileLevel) in GetDstFilePath()
90 std::string srcFile = srcDir + configFileName; in UnZipConfigFile() local
69 std::filesystem::path srcFile = std::filesystem::path(srcPath) / file; in CopyDataFile() local175 bool UpgradeUtils::CopySingleFile(const std::filesystem::path& srcFile, const std::filesystem::path… in CopySingleFile()
114 int HnpSymlink(const char *srcFile, const char *dstFile) in HnpSymlink()
170 std::string srcFile = UPDATER_PATH + para.partName + ".backup"; in GetSourceFile() local203 std::string srcFile = GetSourceFile(para); in ExecuteImagePatch() local
62 bool ParamManager::CopyFile(const std::string& srcFile, const std::string& dstFile) in CopyFile()
52 char srcFile[MAX_FILE_PATH_LEN]; in HnpGenerateSoftLinkAllByJson() local109 char srcFile[MAX_FILE_PATH_LEN]; in HnpGenerateSoftLinkAll() local405 static int HnpReadAndInstall(char *srcFile, HnpInstallInfo *hnpInfo, HnpSignMapInfo *hnpSignMapInfo… in HnpReadAndInstall()
257 void TestUtil::CopyFile(const string &srcFile, const string &dstFile) in CopyFile()
479 FILE *srcFile = fopen(realSrc, "rb"); in CopyDirectory() local