Searched refs:bspatchPath (Results 1 – 1 of 1) sorted by relevance
46 const char* bspatchPath = "/data/applyPatchfuzzBspatch"; in FuzzApplyPatch() local50 ret &= WriteDataToFile("BSDIFF40", magicNumSize, bspatchPath); in FuzzApplyPatch()51 ret &= WriteDataToFile(reinterpret_cast<const char*>(data), size, bspatchPath); in FuzzApplyPatch()59 ApplyPatch(bspatchPath, oldFilePath, newFilePath); in FuzzApplyPatch()61 if (remove(bspatchPath) != 0 || remove(imgpatchPath) != 0 || remove(oldFilePath)) { in FuzzApplyPatch()