Searched refs:imgpatchPath (Results 1 – 1 of 1) sorted by relevance
47 const char* imgpatchPath = "/data/applyPatchfuzzImgpatch"; in FuzzApplyPatch() local52 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()