Home
last modified time | relevance | path

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

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