Searched refs:apexDirectory (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ApexManager.java | 116 public final File apexDirectory; field in ApexManager.ActiveApexInfo 119 private ActiveApexInfo(File apexDirectory, File preInstalledApexPath) { in ActiveApexInfo() argument 120 this(null, apexDirectory, preInstalledApexPath); in ActiveApexInfo() 123 private ActiveApexInfo(@Nullable String apexModuleName, File apexDirectory, in ActiveApexInfo() argument 126 this.apexDirectory = apexDirectory; in ActiveApexInfo() 832 aai.apexDirectory.getAbsolutePath() + File.separator)) { in registerApkInApex() 850 if (scanDirPath.startsWith(aai.apexDirectory.getAbsolutePath())) { in reportErrorWithApkInApex()
|
D | PackageManagerService.java | 21913 return new ScanPartition(apexInfo.apexDirectory, sp, SCAN_AS_APK_IN_APEX); in resolveApexToScanPartition()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ApexManagerTest.java | 291 mApexManager.reportErrorWithApkInApex(activeApex.apexDirectory.getAbsolutePath(), in testReportErrorWithApkInApex()
|
/frameworks/base/services/core/java/com/android/server/compat/ |
D | CompatConfig.java | 106 apex.apexDirectory, "etc", "compatconfig")); in create()
|