Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc461 const std::string& output_image_relocation_directory, in Patch() argument
465 bool output_image_relocation = !output_image_relocation_directory.empty(); in Patch()
586 output_image_relocation_directory in Patch()
1144 const std::string& output_image_relocation_directory, in patchoat_patch_image() argument
1149 if ((output_image_directory.empty()) && (output_image_relocation_directory.empty())) { in patchoat_patch_image()
1174 output_image_relocation_directory, in patchoat_patch_image()
1228 std::string output_image_relocation_directory; in patchoat() local
1252 output_image_relocation_directory = in patchoat()
1287 output_image_relocation_directory, in patchoat()
Dpatchoat.h53 const std::string& output_image_relocation_directory,