HomeSort by relevance Sort by last modified time
    Searched refs:patchoat (Results 1 - 16 of 16) sorted by null

  /art/runtime/
dexopt_test.cc 217 std::string patchoat = GetAndroidRoot(); local
218 patchoat += kIsDebugBuild ? "/bin/patchoatd" : "/bin/patchoat";
221 argv.push_back(patchoat);
  /art/build/
Android.common_path.mk 111 patchoat \
  /build/make/core/
dex_preopt_libart.mk 10 PATCHOAT := $(HOST_OUT_EXECUTABLES)/patchoat$(HOST_EXECUTABLE_SUFFIX)
13 PATCHOAT := $(HOST_OUT_EXECUTABLES)/patchoatd$(HOST_EXECUTABLE_SUFFIX)
17 PATCHOAT_DEPENDENCY += $(PATCHOAT)
  /art/runtime/gc/space/
image_space.cc 252 std::string patchoat(Runtime::Current()->GetPatchoatExecutable());
267 argv.push_back(patchoat);
284 std::string patchoat(Runtime::Current()->GetPatchoatExecutable());
296 argv.push_back(patchoat);
    [all...]
  /art/
Android.mk 356 patchoat \
466 build-art-target-golem: dex2oat dalvikvm patchoat linker libstdc++ \
  /art/patchoat/
patchoat.cc 16 #include "patchoat.h"
164 bool PatchOat::GeneratePatch(
254 if (!PatchOat::GeneratePatch(original, relocated, &output, error_msg)) {
416 bool PatchOat::CreateVdexAndOatSymlinks(const std::string& input_image_filename,
443 LOG(ERROR) << "patchoat cannot be used on non-PIC oat file: " << input_oat_filename;
458 bool PatchOat::Patch(const std::string& image_location,
540 PatchOat p = PatchOat(isa,
626 bool PatchOat::Verify(const std::string& image_location,
706 bool PatchOat::WriteImage(File* out)
1204 static int patchoat(int argc, char **argv) { function in namespace:art
    [all...]
  /system/sepolicy/prebuilts/api/27.0/private/
file_contexts 250 # patchoat executable has (essentially) the same requirements as dex2oat.
251 /system/bin/patchoat(d)? u:object_r:dex2oat_exec:s0
  /system/sepolicy/prebuilts/api/26.0/private/
file_contexts 245 # patchoat executable has (essentially) the same requirements as dex2oat.
246 /system/bin/patchoat(d)? u:object_r:dex2oat_exec:s0
  /system/sepolicy/prebuilts/api/28.0/private/
file_contexts 266 # patchoat executable has (essentially) the same requirements as dex2oat.
267 /system/bin/patchoat(d)? u:object_r:dex2oat_exec:s0
  /system/sepolicy/private/
file_contexts 266 # patchoat executable has (essentially) the same requirements as dex2oat.
267 /system/bin/patchoat(d)? u:object_r:dex2oat_exec:s0
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 269 milliseconds