Home
last modified time | relevance | path

Searched defs:SystemPartition (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/pm/
H A DPackagePartitions.java84 public static <T> ArrayList<T> getOrderedPartitions( in getOrderedPartitions()
106 public static class SystemPartition { class in PackagePartitions
125 private SystemPartition(@NonNull File folder, @PartitionType int type, in SystemPartition() method in PackagePartitions.SystemPartition
137 public SystemPartition(@NonNull SystemPartition original) { in SystemPartition() method in PackagePartitions.SystemPartition
150 public SystemPartition(@NonNull File rootFolder, @NonNull SystemPartition partition) { in SystemPartition() method in PackagePartitions.SystemPartition
/aosp12/build/soong/dexpreopt/
H A Ddexpreopt.go47 const SystemPartition = "/system/" const