Searched refs:newFileName (Results 1 – 6 of 6) sorted by relevance
| /base/update/updater/services/diffpatch/diff/ |
| D | update_diff.cpp | 137 const std::string &newFileName, const std::string &patchFileName) in MakePatch() argument 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() argument 194 return updateDiff->MakePatch(oldFileName, newFileName, patchFileName); in DiffImage() 198 const std::string &newFileName, const std::string &patchFileName) in DiffBlock() argument 205 return updateDiff->MakePatch(oldFileName, newFileName, patchFileName); in DiffBlock()
|
| D | update_diff.h | 57 …int32_t MakePatch(const std::string &oldFileName, const std::string &newFileName, const std::strin… 60 const std::string &newFileName, const std::string &patchFileName); 63 const std::string &newFileName, const std::string &patchFileName);
|
| D | blocks_diff.h | 53 const std::string &newFileName, const std::string &patchFileName);
|
| D | blocks_diff.cpp | 62 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/ |
| D | running_status_logger.cpp | 67 std::string newFileName = GetLogDir() + "runningstatus_" + FormatTimeStamp(true) + suffix; in GenerateNewestFileName() local 68 HiLog::Debug(LABEL, "create new log file: %{public}s.", newFileName.c_str()); in GenerateNewestFileName() 69 return newFileName; in GenerateNewestFileName()
|
| /base/update/updater/services/include/patch/ |
| D | update_patch.h | 73 …FilePatchWriter(const std::string &newFileName) : UpdatePatchWriter(), newFileName_(newFileName) {} in FilePatchWriter() argument
|