Searched refs:partition (Results 1 – 9 of 9) sorted by relevance
/art/dexopt_chroot_setup/ |
D | dexopt_chroot_setup.cc | 246 std::string GetBlockDeviceName(const std::string& partition, const std::string& slot) { in GetBlockDeviceName() argument 247 return ART_FORMAT("/dev/block/mapper/{}{}", partition, slot); in GetBlockDeviceName() 406 for (const std::string& partition : additional_system_partitions) { in SetUpChroot() local 410 OR_RETURN(BindMount("/" + partition, PathInChroot("/" + partition))); in SetUpChroot() 440 for (const std::string& partition : additional_system_partitions) { in SetUpChroot() local 441 OR_RETURN(Mount(GetBlockDeviceName(partition, ota_slot.value()), in SetUpChroot() 442 PathInChroot("/" + partition), in SetUpChroot()
|
/art/tools/ |
D | analyze-init-failures.py | 77 (left_of_paren,paren,right_of_paren) = method.partition('(') 96 (left_of_paren,paren,right_of_paren) = method.partition('(')
|
/art/test/ |
D | README.chroot.md | 6 does not interfere with the Runtime installed in the device's system partition. 18 files in the data partition (the system partition and other partitions are left 23 an existing ART by syncing the system partition); 27 * no instability due to updating/replacing ART on the system partition (a
|
D | README.atest.md | 56 device (either the original one, located in the "system" partition, or an 57 updated package, present in the "data" partition).
|
/art/build/ |
D | README.md | 5 or later. It is also included in the system partition (in the `system/apex`
|
/art/libnativeloader/ |
D | README.md | 31 app is from `/vendor` or `/product` partition, the app is additionally provided
|
/art/libartservice/service/ |
D | README.md | 134 - apps on the **data partition** that have been dexopted in other scenarios
|
/art/build/apex/ |
D | Android.bp | 370 // their counterparts on the `system` partition, which may not
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 167 auto kept_end = std::partition( in RemoveMethodsIn()
|