Searched refs:img (Results 1 – 11 of 11) sorted by relevance
/development/vndk/tools/ |
D | build_mixed | 111 readonly DEVICE_ARCHIVE="$(find "$DEVICE_DIR" -name "*-img-*.zip" -print)" 144 IMAGES/system.img \ 145 IMAGES/vbmeta.img \ 223 unzip -l "$SYSTEM_TARGET_FILES_ARCHIVE" | grep -q IMAGES/product.img && 224 EXTRACT_SYSTEM_FILE_LIST+=(IMAGES/product.img) 263 unzip -o "$COPY_SYSTEM_TARGET_FILES_ARCHIVE" IMAGES/system.img -d "$SYSTEM_ARTIFACTS_DIR" 276 cp "$SYSTEM_IMAGES_DIR"/system.img "$DEVICE_IMAGES_DIR"/ 278 if [[ -f "$SYSTEM_IMAGES_DIR"/product.img ]]; then 279 cp "$SYSTEM_IMAGES_DIR"/product.img "$DEVICE_IMAGES_DIR"/ 281 rm -f "$DEVICE_IMAGES_DIR"/product.img [all …]
|
/development/gsi/repack_super_image/ |
D | repack_super_image.py | 45 part, sep, img = part_img.partition("=") 49 return part, (existing_abs_path(img) if img else "") 156 for part, img in args.part_imgs: 159 args_part_imgs[part] = img
|
/development/build/ |
D | Android.mk | 14 $(TOPDIR)development/sys-img/%_source.prop_template, \ 15 $(HOST_OUT)/development/sys-img-$(TARGET_CPU_ABI)/%_source.properties, \ 16 $(wildcard $(TOPDIR)development/sys-img/*_source.prop_template)) 43 …mg_props) : $(HOST_OUT)/development/sys-img-$(TARGET_CPU_ABI)/%_source.properties : $(TOPDIR)devel…
|
/development/python-packages/fastboot/ |
D | device.py | 145 def flash(self, partition='cache', img=None, slot=None, quiet=True): argument 156 if img: 157 command.append(img)
|
/development/tools/labpretest/ |
D | README | 39 (i.e. passion-img-24827.zip) 41 (i.e. hboot.0.33.2012.img) 43 (i.e. radio.4.04.00.03_2.img) 44 5) Copy a userdata.img file, possibly from one of the other directories.
|
D | labpretest.sh | 386 if [ -e $ROOT/$product/userdata.img ];then 387 flash_partition userdata $ROOT/$product/userdata.img
|
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
D | BackgroundPickers.java | 68 ImageView img = (ImageView) pickerBox.getChildAt(j); in generatePickers() local 69 img.setOnClickListener(mOnPickedListener); in generatePickers()
|
/development/multitree/ |
D | build_vendor.sh | 65 cp out/target/product/$device/vendor.img $dist_dir
|
/development/build/tools/ |
D | sdk_repo.mk | 177 prebuilts/devtools/repository/sdk-sys-img-*.xsd \ 216 SDK_ADDON_IMG_XML := $(dir $(ADDON_SDK_ZIP))/addon-sys-img.xml 231 SDK_SYSIMG_XML := $(MAIN_SDK_DIR)/repo-sys-img.xml
|
/development/gsi/build_with_kernel/ |
D | repack_kernels_common.sh | 173 zip ${file} boot*.img
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | project.csv | 119 2018/03/02,platform/hardware/intel/img/psb_video,platform/hardware/intel/img/psb_video,Modified Pro… 238 2018/03/02,platform/hardware/intel/img/hwcomposer,platform/hardware/intel/img/hwcomposer,Modified P… 421 2018/03/02,platform/hardware/intel/img/psb_headers,platform/hardware/intel/img/psb_headers,Modified…
|