Home
last modified time | relevance | path

Searched refs:partition (Results 1 – 9 of 9) sorted by relevance

/art/dexopt_chroot_setup/
Ddexopt_chroot_setup.cc246 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/
Danalyze-init-failures.py77 (left_of_paren,paren,right_of_paren) = method.partition('(')
96 (left_of_paren,paren,right_of_paren) = method.partition('(')
/art/test/
DREADME.chroot.md6 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
DREADME.atest.md56 device (either the original one, located in the "system" partition, or an
57 updated package, present in the "data" partition).
/art/build/
DREADME.md5 or later. It is also included in the system partition (in the `system/apex`
/art/libnativeloader/
DREADME.md31 app is from `/vendor` or `/product` partition, the app is additionally provided
/art/libartservice/service/
DREADME.md134 - apps on the **data partition** that have been dexopted in other scenarios
/art/build/apex/
DAndroid.bp370 // their counterparts on the `system` partition, which may not
/art/runtime/jit/
Djit_code_cache.cc167 auto kept_end = std::partition( in RemoveMethodsIn()