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
/device/google/cuttlefish_common/host/commands/launch/
boot_image_unpacker.h
52
BootImageUnpacker(SharedFD
boot_image
, const std::string& cmdline,
55
: boot_image_(
boot_image
),
flags.cc
73
DEFINE_string(
boot_image
, "", "Location of cuttlefish boot image.");
214
SetCommandLineOptionWithMode("
boot_image
", default_boot_image.c_str(),
/build/make/tools/releasetools/
test_validate_target_files.py
61
boot_image
= os.path.join(input_tmp, 'IMAGES', 'boot.img')
62
self._generate_boot_image(
boot_image
)
75
boot_image
= os.path.join(input_tmp, 'IMAGES', 'boot.img')
76
self._generate_boot_image(
boot_image
)
91
boot_image
= os.path.join(input_tmp, 'IMAGES', 'boot.img')
92
self._generate_boot_image(
boot_image
)
95
with open(
boot_image
, 'r+b') as boot_fp:
add_img_to_target_files
769
boot_image
= common.GetBootableImage(
772
if
boot_image
:
775
boot_image
.WriteToDir(OPTIONS.input_tmp)
777
boot_image
.AddToZip(output_zip)
808
output_zip, recovery_img=recovery_image, boot_img=
boot_image
)
[
all
...]
add_img_to_target_files.py
769
boot_image
= common.GetBootableImage(
772
if
boot_image
:
775
boot_image
.WriteToDir(OPTIONS.input_tmp)
777
boot_image
.AddToZip(output_zip)
808
output_zip, recovery_img=recovery_image, boot_img=
boot_image
)
[
all
...]
test_common.py
[
all
...]
/art/imgdiag/
imgdiag_test.cc
84
bool Exec(pid_t image_diff_pid, const std::string&
boot_image
, std::string* error_msg) {
100
"--boot-image=" +
boot_image
/art/runtime/gc/space/
image_space.cc
[
all
...]
Completed in 780 milliseconds