Home
last modified time | relevance | path

Searched refs:newFileName (Results 1 - 7 of 7) sorted by relevance

/base/update/updater/services/diffpatch/diff/
H A Dupdate_diff.cpp137 const std::string &newFileName, const std::string &patchFileName) in MakePatch()
140 return BlocksDiff::MakePatch(oldFileName, newFileName, patchFileName); in MakePatch()
150 if (newParser_->Parse(newFileName) != 0 || oldParser_->Parse(oldFileName) != 0) { in MakePatch()
187 const std::string &newFileName, const std::string &patchFileName) in DiffImage()
194 return updateDiff->MakePatch(oldFileName, newFileName, patchFileName); in DiffImage()
198 const std::string &newFileName, const std::string &patchFileName) in DiffBlock()
205 return updateDiff->MakePatch(oldFileName, newFileName, patchFileName); in DiffBlock()
136 MakePatch(const std::string &oldFileName, const std::string &newFileName, const std::string &patchFileName) MakePatch() argument
186 DiffImage(size_t limit, const std::string &oldFileName, const std::string &newFileName, const std::string &patchFileName) DiffImage() argument
197 DiffBlock(const std::string &oldFileName, const std::string &newFileName, const std::string &patchFileName) DiffBlock() argument
H A Dupdate_diff.h57 int32_t MakePatch(const std::string &oldFileName, const std::string &newFileName, const std::string &patchFileName);
60 const std::string &newFileName, const std::string &patchFileName);
63 const std::string &newFileName, const std::string &patchFileName);
H A Dblocks_diff.h53 const std::string &newFileName, const std::string &patchFileName);
H A Dblocks_diff.cpp62 int32_t BlocksDiff::MakePatch(const std::string &oldFileName, const std::string &newFileName, in MakePatch() argument
75 int32_t ret1 = PatchMapFile(newFileName, newBuffer); in MakePatch()
77 PATCH_LOGE("Failed to open %s", newFileName.c_str()); in MakePatch()
/base/hiviewdfx/hiview/base/running_status_logger/
H A Drunning_status_logger.cpp67 std::string newFileName = GetLogDir() + "runningstatus_" + FormatTimeStamp(true) + suffix; in GenerateNewestFileName() local
68 HIVIEW_LOGD("create new log file: %{public}s.", newFileName.c_str()); in GenerateNewestFileName()
69 return newFileName; in GenerateNewestFileName()
/base/update/updater/services/include/patch/
H A Dupdate_patch.h73 FilePatchWriter(const std::string &newFileName) : UpdatePatchWriter(), newFileName_(newFileName) {} in FilePatchWriter() argument
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp214 std::string newFileName = oldFileName + "_" + name; in CheckKeyWordsInJsErrorAppEventFile() local
215 rename(oldFileName.c_str(), newFileName.c_str()); in CheckKeyWordsInJsErrorAppEventFile()

Completed in 6 milliseconds