Home
last modified time | relevance | path

Searched refs:apexFile (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/parsing/
DPackageParserLegacyCoreTest.java515 File apexFile = copyRawResourceToFile(apexModuleName, in testApexPackageInfoGeneration() local
521 apexInfo.modulePath = apexFile.getPath(); in testApexPackageInfoGeneration()
525 ParseResult<ParsingPackage> result = ParsingPackageUtils.parseDefaultOneTime(apexFile, in testApexPackageInfoGeneration()
540 assertEquals(apexFile.getPath(), pi.applicationInfo.sourceDir); in testApexPackageInfoGeneration()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DApexManagerTest.java292 File apexFile = extractResource(TEST_APEX_PKG, TEST_APEX_FILE_NAME); in createApexInfo() local
297 apexInfo.modulePath = apexFile.getPath(); in createApexInfo()
299 apexInfo.preinstalledModulePath = apexFile.getPath(); in createApexInfo()
/frameworks/base/services/core/java/com/android/server/pm/
DApexManager.java493 File apexFile = new File(ai.modulePath); in scanApexPackagesInternalLocked() local
494 parallelPackageParser.submit(apexFile, PackageParser.PARSE_COLLECT_CERTIFICATES); in scanApexPackagesInternalLocked()
495 parsingApexInfo.put(apexFile, ai); in scanApexPackagesInternalLocked()
DStagingManager.java270 File apexFile = new File(apexInfo.modulePath); in submitSessionToApexService() local
272 apexFile, flags, false); in submitSessionToApexService()
/frameworks/base/core/java/android/content/pm/parsing/
DPackageInfoWithoutStateUtils.java277 File apexFile = new File(apexInfo.modulePath); in generateWithoutComponentsUnchecked() local
279 pi.applicationInfo.sourceDir = apexFile.getPath(); in generateWithoutComponentsUnchecked()
280 pi.applicationInfo.publicSourceDir = apexFile.getPath(); in generateWithoutComponentsUnchecked()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java828 File apexFile = new File(apexInfo.modulePath); in generatePackageInfo() local
830 pi.applicationInfo.sourceDir = apexFile.getPath(); in generatePackageInfo()
831 pi.applicationInfo.publicSourceDir = apexFile.getPath(); in generatePackageInfo()