Home
last modified time | relevance | path

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

/base/update/updater/services/diffpatch/diff/
Dupdate_diff.cpp137 const std::string &newFileName, const std::string &patchFileName) in MakePatch() argument
140 return BlocksDiff::MakePatch(oldFileName, newFileName, patchFileName); in MakePatch()
153 int32_t ret = newParser_->Parse(newFileName); 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()
Dupdate_diff.h57 …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);
Dblocks_diff.h53 const std::string &newFileName, const std::string &patchFileName);
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/
Drunning_status_logger.cpp67 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/
Dupdate_patch.h73 …FilePatchWriter(const std::string &newFileName) : UpdatePatchWriter(), newFileName_(newFileName) {} in FilePatchWriter() argument
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp467 std::string newFileName = fileName; in ParseUrl() local
469 newFileName = std::string(fileName.begin(), it); in ParseUrl()
472 auto state = resourceManager->GetRawFilePathByName(newFileName, result); in ParseUrl()
475 fileName.c_str(), state, newFileName.c_str()); in ParseUrl()