Home
last modified time | relevance | path

Searched refs:pcl (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java383 PackageCodeLocations pcl = putIfAbsent(mPackageCodeLocationsCache, packageName, in cachePackageCodeLocation() local
388 pcl.updateCodeLocation(baseCodePath, splitCodePaths); in cachePackageCodeLocation()
396 pcl.mergeAppDataDirs(dataDir, userId); in cachePackageCodeLocation()
523 for (PackageCodeLocations pcl : mPackageCodeLocationsCache.values()) { in getDexPackage()
524 outcome = pcl.searchDex(dexPath, userId); in getDexPackage()
526 return new DexSearchResult(pcl.mPackageName, outcome); in getDexPackage()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...