Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc265 bool skip_patching_oat = false; in Patch() local
280 skip_patching_oat = true; in Patch()
288 if (!skip_patching_oat && !p.PatchElf()) { in Patch()
298 if (!skip_patching_oat && !p.WriteElf(output_oat)) { in Patch()