Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/fuzztest/applypatch_fuzzer/
H A Dapplypatch_fuzzer.cpp47 const char* imgpatchPath = "/data/applyPatchfuzzImgpatch"; in FuzzApplyPatch() local
52 ret &= WriteDataToFile("PKGDIFF0", magicNumSize, imgpatchPath); in FuzzApplyPatch()
53 ret &= WriteDataToFile(reinterpret_cast<const char*>(data), size, imgpatchPath); in FuzzApplyPatch()
60 ApplyPatch(imgpatchPath, oldFilePath, newFilePath); in FuzzApplyPatch()
61 if (remove(bspatchPath) != 0 || remove(imgpatchPath) != 0 || remove(oldFilePath)) { in FuzzApplyPatch()