Home
last modified time | relevance | path

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

/base/update/updater/test/fuzztest/applypatch_fuzzer/
H A Dapplypatch_fuzzer.cpp53 const char* imgpatchPath = "/data/applyPatchfuzzImgpatch"; in FuzzApplyPatch() local
64 ret &= WriteDataToFile("PKGDIFF0", magicNumSize, imgpatchPath); in FuzzApplyPatch()
65 ret &= WriteDataToFile(reinterpret_cast<const char*>(data), size, imgpatchPath, true); in FuzzApplyPatch()
66 ApplyPatch(imgpatchPath, oldFilePath, newFilePath); in FuzzApplyPatch()

Completed in 0 milliseconds