Home
last modified time | relevance | path

Searched refs:image (Results 1 – 25 of 71) sorted by relevance

123

/build/soong/java/
Ddexpreopt_bootjars.go352 func (image bootImageConfig) getVariant(target android.Target) *bootImageVariant {
353 for _, variant := range image.variants {
362 func (image bootImageConfig) getAnyAndroidVariant() *bootImageVariant {
363 for _, variant := range image.variants {
374 func (image bootImageConfig) moduleName(ctx android.PathContext, idx int) string {
377 m := image.modules.Jar(idx)
378 name := image.stem
379 if idx != 0 || image.extends != nil {
380 name += "-" + android.ModuleStem(ctx.Config(), image.modules.Apex(idx), m)
386 func (image bootImageConfig) firstModuleNameOrStem(ctx android.PathContext) string {
[all …]
/build/make/tools/releasetools/
Dimg_from_target_files.py146 image = os.path.basename(image_path)
147 …if OPTIONS.bootable_only and image not in ('boot.img', 'recovery.img', 'bootloader', 'init_boot.im…
149 if not image.endswith('.img') and image != 'bootloader':
151 if image == 'bootloader' and not OPTIONS.put_bootloader:
155 if image == 'super_empty.img':
157 if image in dynamic_images:
159 partition_name = image.rstrip(".img")
161 entries.append('{}:{}'.format(image_path, image))
164 image = os.path.basename(entry)
166 entries.append('{}:{}'.format(entry, image))
[all …]
Dvalidate_target_files.py79 image = common.GetNonSparseImage(which, input_tmp)
85 image = common.GetSparseImage(which, input_tmp, input_zip, True)
87 for entry in image.file_map:
94 ranges = image.file_map[entry]
112 for data in image.ReadRangeSet(rangelib.RangeSet(file_range)):
116 blocks_sha1 = image.RangeSha1(file_ranges)
270 image = os.path.join(input_tmp, "IMAGES", vbmeta_partition + ".img")
271 if not os.path.exists(image):
279 [info_dict["avb_avbtool"], "info_image", "--image", image])
328 for image in ('boot.img', 'recovery.img', 'recovery-two-step.img'):
[all …]
Dbuild_super_image.py61 def GetArgumentsForImage(partition, group, image=None): argument
62 image_size = sparse_img.GetImagePartitionSize(image) if image else 0
66 if image:
67 cmd += ["--image", "{}={}".format(partition, image)]
115 image = info_dict.get("{}_image".format(partition))
116 if image:
120 cmd += GetArgumentsForImage(partition, group, image)
127 cmd += GetArgumentsForImage(partition + "_a", group + "_a", image)
Dtest_add_img_to_target_files.py46 for image in images:
47 image_path = os.path.join(path, image + '.img')
49 image_fp.write(image.encode())
80 for image in images:
82 os.path.exists(os.path.join(images_path, image + '.img')))
86 images_with_suffix = [image + '.img' for image in images]
89 for image in images:
91 os.path.exists(os.path.join(images_path, image + '.img')))
102 for image in images:
103 self.assertIn('IMAGES/' + image + '.img', verify_zip.namelist())
[all …]
/build/bazel/rules/partitions/diff/
Dpartition_inspector.py38 def tree(debugfs, image, path='/', depth=0): argument
40 for line in run_debugfs([debugfs, '-R', 'ls -p '+path, image]).splitlines():
52 …extended_attributes = ' '.join(run_debugfs([debugfs, '-R' 'ea_list '+child, image]).strip().split(…
57 result += tree(debugfs, image, child, depth+1)
68 if not os.path.isfile(args.image):
71 print(tree(args.debugfs_path, args.image))
/build/make/
Dhelp.sh43 snod Quickly rebuild the system image from built packages
45 vnod Quickly rebuild the vendor image from built packages
47 pnod Quickly rebuild the product image from built packages
49 senod Quickly rebuild the system_ext image from built packages
51 onod Quickly rebuild the odm image from built packages
53 vdnod Quickly rebuild the vendor_dlkm image from built packages
55 odnod Quickly rebuild the odm_dlkm image from built packages
57 sdnod Quickly rebuild the system_dlkm image from built packages
/build/soong/scripts/
Dlist_image.sh26 declare -r image="$1"
32 $filer -R "ls -l -p $1" "$image" 2>/dev/null |\
50 $filer -R "ls -l -p" "$image" | grep -q -m1 -P '^/.*/.*/.*/.*/.+/.*/$'
/build/bazel/tests/partitions/
Dimage_contents_test.bzl5 image,
10 …"""A test that extracts a file from a disk image file, and then asserts that it's identical to som…
19 srcs = [image],
DBUILD6 image = "//build/bazel/examples/partitions:system_image",
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-resource-browser.css16 background-image: url(images/resource-article.png);
20 background-image: url(images/resource-sample.png);
24 background-image: url(images/resource-tutorial.png);
/build/make/core/tasks/
Doem_image.mk36 …$(call generate-image-prop-dictionary, $(oemimage_intermediates)/oem_image_info.txt,oem,skip_fsck=…
40 $(call assert-max-image-size,$@,$(BOARD_OEMIMAGE_PARTITION_SIZE))
/build/make/target/board/mainline_arm64/sepolicy/
Dfile.te1 # TODO(b/143732851): remove this file when the mainline system image
Dfile_contexts1 # TODO(b/143732851): remove this file when the mainline system image
/build/make/tools/docker/
DREADME.md1 The Dockerfile in this directory sets up an Ubuntu Trusty image ready to build
5 First, build the image:
/build/release/flag_declarations/
DRELEASE_REMOVE_LEGACY_EMOJI_FONT.textproto3 description: "feature flag for removing legacy emoji font from system image."
DRELEASE_PACKAGE_TZDATA_MODULE.textproto3 description: "tzdata to be installed to the system image."
/build/make/target/board/generic_arm64/sepolicy/
Dfile.te1 # TODO(b/36764215): remove this file when the generic system image
Dfile_contexts1 # TODO(b/36764215): remove this file when the generic system image
/build/make/target/product/
Dgo_defaults_common.mk30 PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION := frameworks/base/config/boot-image-profile.txt
/build/make/target/board/generic_x86_64/
DREADME.txt4 It is also the target to build the generic kernel image (GKI).
/build/make/target/board/generic_riscv64/
DREADME.txt4 It is also the target to build the generic kernel image (GKI).
/build/make/target/board/generic_arm64/
DREADME.txt4 It is also the target to build the generic kernel image (GKI).
/build/make/tools/releasetools/merge/
Dmerge_builds.py76 for image in OPTIONS.framework_images:
77 image_path = os.path.join(OPTIONS.product_out_framework, "%s.img" % image)
78 symlink_path = os.path.join(OPTIONS.product_out_vendor, "%s.img" % image)
/build/make/target/board/
Dgsi_system_ext_user.prop1 # GSI always generate dex pre-opt in system image

123