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

  /build/tools/releasetools/
img_from_target_files 100 boot_image = common.GetBootableImage(
102 if boot_image:
103 boot_image.AddToZip(output_zip)
img_from_target_files.py 100 boot_image = common.GetBootableImage(
102 if boot_image:
103 boot_image.AddToZip(output_zip)
add_img_to_target_files 321 boot_image = None
325 boot_image = common.GetBootableImage(
328 boot_image = common.GetBootableImage(
330 if boot_image:
331 boot_image.AddToZip(output_zip)
351 boot_img=boot_image)
add_img_to_target_files.py 321 boot_image = None
325 boot_image = common.GetBootableImage(
328 boot_image = common.GetBootableImage(
330 if boot_image:
331 boot_image.AddToZip(output_zip)
351 boot_img=boot_image)
  /art/imgdiag/
imgdiag_test.cc 86 bool Exec(pid_t image_diff_pid, const std::string& boot_image, std::string* error_msg) {
106 std::string boot_image_args = std::string(kImgDiagBootImage) + "=" + boot_image;
  /art/runtime/gc/space/
image_space.cc 656 FixupVisitor(const RelocationRange& boot_image,
660 : boot_image_(boot_image),
    [all...]
  /art/compiler/driver/
compiler_driver.h 95 bool boot_image,
compiler_driver.cc 363 bool boot_image,
386 boot_image_(boot_image),
    [all...]

Completed in 486 milliseconds