OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
284
boot_image
= None
288
boot_image
= common.GetBootableImage(
291
boot_image
= common.GetBootableImage(
293
if
boot_image
:
294
boot_image
.AddToZip(output_zip)
313
AddSystem(output_zip, recovery_img=recovery_image, boot_img=
boot_image
)
add_img_to_target_files.py
284
boot_image
= None
288
boot_image
= common.GetBootableImage(
291
boot_image
= common.GetBootableImage(
293
if
boot_image
:
294
boot_image
.AddToZip(output_zip)
313
AddSystem(output_zip, recovery_img=recovery_image, 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
668
FixupVisitor(const RelocationRange&
boot_image
,
672
: 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 1138 milliseconds