/system/extras/vbmeta_tools/ |
D | vbmake.cc | 51 std::map<std::string, std::string> images; in main() local 69 images[vbmeta_name] = file; in main() 91 if (!WriteToSuperVBMetaFile(output_path.c_str(), images)) { in main()
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | device.te | 74 # Documented at https://source.android.com/devices/bootloader/partitions-images 78 # Documented at https://source.android.com/devices/bootloader/partitions-images 82 # Documented at https://source.android.com/devices/bootloader/partitions-images 86 # Documented at https://source.android.com/devices/bootloader/partitions-images 90 # Documented at https://source.android.com/devices/bootloader/partitions-images 99 # Documented at https://source.android.com/devices/bootloader/partitions-images 103 # Documented at https://source.android.com/devices/bootloader/partitions-images
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | device.te | 76 # Documented at https://source.android.com/devices/bootloader/partitions-images 80 # Documented at https://source.android.com/devices/bootloader/partitions-images 84 # Documented at https://source.android.com/devices/bootloader/partitions-images 88 # Documented at https://source.android.com/devices/bootloader/partitions-images 92 # Documented at https://source.android.com/devices/bootloader/partitions-images 101 # Documented at https://source.android.com/devices/bootloader/partitions-images 105 # Documented at https://source.android.com/devices/bootloader/partitions-images
|
/system/sepolicy/public/ |
D | device.te | 77 # Documented at https://source.android.com/devices/bootloader/partitions-images 81 # Documented at https://source.android.com/devices/bootloader/partitions-images 85 # Documented at https://source.android.com/devices/bootloader/partitions-images 89 # Documented at https://source.android.com/devices/bootloader/partitions-images 93 # Documented at https://source.android.com/devices/bootloader/partitions-images 102 # Documented at https://source.android.com/devices/bootloader/partitions-images 106 # Documented at https://source.android.com/devices/bootloader/partitions-images
|
/system/core/fs_mgr/ |
D | fs_mgr_overlayfs.cpp | 474 auto images = IImageManager::Open("remount", 10s); in fs_mgr_overlayfs_teardown_scratch() local 475 if (images && images->BackingImageExists(partition_name)) { in fs_mgr_overlayfs_teardown_scratch() 477 if (!images->DisableImage(partition_name)) { in fs_mgr_overlayfs_teardown_scratch() 481 if (!images->UnmapImageIfExists(partition_name) || in fs_mgr_overlayfs_teardown_scratch() 482 !images->DeleteBackingImage(partition_name)) { in fs_mgr_overlayfs_teardown_scratch() 1050 auto images = IImageManager::Open("remount", 10s); in CreateScratchOnData() local 1051 if (!images) { in CreateScratchOnData() 1056 if (images->GetMappedImageDevice(partition_name, scratch_device)) { in CreateScratchOnData() 1073 if (!images->RemoveDisabledImages()) { in CreateScratchOnData() 1076 if (!images->BackingImageExists(partition_name)) { in CreateScratchOnData() [all …]
|
/system/extras/partition_tools/ |
D | README.md | 5 …-line tool for generating a "super" partition image. It can currently generate two types of images: 6 * Sparse images, for traditional fastboot. 7 * Metadata-only images, for the lpflash utility. 23 …ess than or equal to the partition size. This option is only available when creating sparse images. 49 lpadd is a command-line tool for adding images to a super.img file, or a partition to a super\_empt… 62 Note that when interacting with sparsed images, `lpadd` can consume a great deal of space in `TMPDI…
|
D | lpmake.cc | 144 std::map<std::string, std::string> images; in main() local 219 images[partition_name] = file; in main() 394 if (!images.empty() || force_full_image) { in main() 396 if (!WriteToImageFile(output_path.c_str(), *metadata.get(), block_size, images, in main() 401 if (!WriteSplitImageFiles(output_path, *metadata.get(), block_size, images, in main()
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | dex2oat.te | 16 # Read symlinks in /data/dalvik-cache. This is required for PIC mode boot images, where 53 # Create and read symlinks in /data/ota/dalvik-cache. This is required for PIC mode boot images, 57 # It would be nice to tie this down, but currently, because of how images are written, we can't
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | dex2oat.te | 16 # Read symlinks in /data/dalvik-cache. This is required for PIC mode boot images, where 53 # Create and read symlinks in /data/ota/dalvik-cache. This is required for PIC mode boot images, 57 # It would be nice to tie this down, but currently, because of how images are written, we can't
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | dex2oat.te | 16 # Read symlinks in /data/dalvik-cache. This is required for PIC mode boot images, where 53 # Create and read symlinks in /data/ota/dalvik-cache. This is required for PIC mode boot images, 57 # It would be nice to tie this down, but currently, because of how images are written, we can't
|
/system/core/fs_mgr/libsnapshot/ |
D | utility.h | 73 AutoUnmapImage(android::fiemap::IImageManager* images, const std::string& name) in AutoUnmapImage() 74 : AutoDevice(name), images_(images) {} in AutoUnmapImage()
|
D | PowerTest.md | 8 …the pre-merge and post-merge state. You can take two different partition images (for example, a pr… 25 This will create the necessary fiemap-based images.
|
/system/core/fs_mgr/liblp/ |
D | images.cpp | 136 const std::map<std::string, std::string>& images, bool sparsify) in ImageBuilder() argument 141 images_(images) { in ImageBuilder() 476 const std::map<std::string, std::string>& images, bool sparsify) { in WriteToImageFile() argument 477 ImageBuilder builder(metadata, block_size, images, sparsify); in WriteToImageFile() 482 uint32_t block_size, const std::map<std::string, std::string>& images, in WriteSplitImageFiles() argument 484 ImageBuilder builder(metadata, block_size, images, sparsify); in WriteSplitImageFiles()
|
D | images.h | 39 const std::map<std::string, std::string>& images, bool sparsify);
|
/system/core/fs_mgr/liblp/include/liblp/ |
D | liblp.h | 82 const std::map<std::string, std::string>& images, bool sparsify); 97 uint32_t block_size, const std::map<std::string, std::string>& images,
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | dex2oat.te | 16 # Read symlinks in /data/dalvik-cache. This is required for PIC mode boot images, where 61 # Create and read symlinks in /data/ota/dalvik-cache. This is required for PIC mode boot images, 65 # It would be nice to tie this down, but currently, because of how images are written, we can't
|
D | gsid.te | 21 # images rather than device-mapper. 59 # When installing images to an sdcard, gsid needs to be able to stat() the 63 # When installing images to an sdcard, gsid must bypass sdcardfs and install 86 # gsid needs to store images on /data, but cannot use file I/O. If it did, the
|
D | otapreopt_chroot.te | 10 # This is required to mount /vendor and mount/unmount ext4 images from 70 # devices used by ext4 images from APEX packages).
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | dex2oat.te | 16 # Read symlinks in /data/dalvik-cache. This is required for PIC mode boot images, where 61 # Create and read symlinks in /data/ota/dalvik-cache. This is required for PIC mode boot images, 65 # It would be nice to tie this down, but currently, because of how images are written, we can't
|
D | gsid.te | 41 # When installing images to an sdcard, gsid needs to be able to stat() the 45 # When installing images to an sdcard, gsid must bypass sdcardfs and install 61 # gsid needs to store images on /data, but cannot use file I/O. If it did, the
|
D | otapreopt_chroot.te | 10 # This is required to mount /vendor and mount/unmount ext4 images from 70 # devices used by ext4 images from APEX packages).
|
/system/core/healthd/ |
D | Android.mk | 19 LOCAL_MODULE_PATH := $$(TARGET_ROOT_OUT)/res/images/charger
|
/system/sepolicy/private/ |
D | gsid.te | 21 # images rather than device-mapper. 59 # When installing images to an sdcard, gsid needs to be able to stat() the 63 # When installing images to an sdcard, gsid must bypass sdcardfs and install 86 # gsid needs to store images on /data, but cannot use file I/O. If it did, the
|
D | otapreopt_chroot.te | 10 # This is required to mount /vendor and mount/unmount ext4 images from 70 # devices used by ext4 images from APEX packages).
|
/system/core/fastboot/ |
D | fastboot.cpp | 140 static Image images[] = { variable 195 for (size_t i = 0; i < arraysize(images); ++i) { in find_item() 196 if (images[i].nickname && item == images[i].nickname) { in find_item() 197 return find_item_given_name(images[i].img_name); in find_item() 767 for (size_t i = 0; i < arraysize(images); ++i) { in HandlePartitionExists() 768 if (images[i].nickname && images[i].nickname == partition_name) { in HandlePartitionExists() 769 images[i].optional_if_no_image = false; in HandlePartitionExists() 1319 void FlashImages(const std::vector<std::pair<const Image*, std::string>>& images); 1405 for (size_t i = 0; i < arraysize(images); ++i) { in CollectImages() 1407 if (images[i].IsSecondary()) { in CollectImages() [all …]
|