/build/soong/java/ |
D | dexpreopt_bootjars.go | 352 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/ |
D | img_from_target_files.py | 146 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 …]
|
D | validate_target_files.py | 79 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 …]
|
D | build_super_image.py | 61 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)
|
D | test_add_img_to_target_files.py | 46 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/ |
D | partition_inspector.py | 38 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/ |
D | help.sh | 43 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/ |
D | list_image.sh | 26 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/ |
D | image_contents_test.bzl | 5 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],
|
D | BUILD | 6 image = "//build/bazel/examples/partitions:system_image",
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-resource-browser.css | 16 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/ |
D | oem_image.mk | 36 …$(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/ |
D | file.te | 1 # TODO(b/143732851): remove this file when the mainline system image
|
D | file_contexts | 1 # TODO(b/143732851): remove this file when the mainline system image
|
/build/make/tools/docker/ |
D | README.md | 1 The Dockerfile in this directory sets up an Ubuntu Trusty image ready to build 5 First, build the image:
|
/build/release/flag_declarations/ |
D | RELEASE_REMOVE_LEGACY_EMOJI_FONT.textproto | 3 description: "feature flag for removing legacy emoji font from system image."
|
D | RELEASE_PACKAGE_TZDATA_MODULE.textproto | 3 description: "tzdata to be installed to the system image."
|
/build/make/target/board/generic_arm64/sepolicy/ |
D | file.te | 1 # TODO(b/36764215): remove this file when the generic system image
|
D | file_contexts | 1 # TODO(b/36764215): remove this file when the generic system image
|
/build/make/target/product/ |
D | go_defaults_common.mk | 30 PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION := frameworks/base/config/boot-image-profile.txt
|
/build/make/target/board/generic_x86_64/ |
D | README.txt | 4 It is also the target to build the generic kernel image (GKI).
|
/build/make/target/board/generic_riscv64/ |
D | README.txt | 4 It is also the target to build the generic kernel image (GKI).
|
/build/make/target/board/generic_arm64/ |
D | README.txt | 4 It is also the target to build the generic kernel image (GKI).
|
/build/make/tools/releasetools/merge/ |
D | merge_builds.py | 76 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/ |
D | gsi_system_ext_user.prop | 1 # GSI always generate dex pre-opt in system image
|