Searched refs:newFileName (Results 1 – 7 of 7) 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() 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()
|
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
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | webview_controller.cpp | 467 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()
|