Home
last modified time | relevance | path

Searched defs:apexFile (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/apex/tests/src/com/android/tests/apex/
H A DApexRollbackTests.java103 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testAutomaticBootLoopRecovery() local
151 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testSessionNotRevertedWithCheckpointingDisabled() local
189 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testCheckpointingRevertsSession() local
227 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testRebootingOnceDoesNotRevertSession() local
288 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testFailingUserspaceReboot_doesNotRevertUpdate() local
317 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testUserspaceRebootFailedShutdownSequence_doesNotRevertUpdate() local
350 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testUserspaceRebootFailedRemount_revertsUpdate() local
416 final File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testReasonForRevertIsLoggedDuringBootloop() local
H A DApexdHostTest.java267 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testApexSessionStateUnchangedBeforeReboot() local
/aosp12/frameworks/base/tests/StagedInstallTest/src/com/android/tests/stagedinstallinternal/host/
H A DStagedInstallInternalTest.java189 final File apexFile = mHostUtils.getTestFile(SHIM_V2); in testAdbStagdReadyTimeoutFlagWorks() local
204 final File apexFile = mHostUtils.getTestFile(SHIM_V2); in testAdbStagedInstallWaitsTillReadyByDefault() local
219 final File apexFile = mHostUtils.getTestFile(SHIM_V2); in testAdbStagedReadyWaitCanBeSkipped() local
236 final File apexFile = mHostUtils.getTestFile(SHIM_V2); in testAdbRollbackAppWaitsForStagedReady() local
253 final File apexFile = mHostUtils.getTestFile(SHIM_V2); in testAdbInstallMultiPackageCommandWorks() local
/aosp12/build/soong/apex/
H A Dapex.go441 type apexFile struct { struct
443 builtFile android.Path
444 noticeFiles android.Paths
445 installDir string
446 customStem string
447 symlinks []string // additional symlinks
462 certificate java.Certificate // only for apps
465 transitiveDep bool
466 isJniLib bool
468 multilib string
[all …]
H A Dandroidmk.go67 func (a *apexBundle) fullModuleName(apexBundleName string, fi *apexFile) string {
H A Dprebuilt.go229 func (p *prebuiltCommon) createEntriesForApexFile(fi apexFile, apexName string) android.AndroidMkEn…
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DApexManagerTest.java477 File apexFile = extractResource(TEST_APEX_PKG, TEST_APEX_FILE_NAME); in createApexInfoForTestPkg() local
490 boolean isFactory, File apexFile) { in createApexInfo()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DApexManager.java401 abstract void installPackage(File apexFile, PackageParser2 packageParser) in installPackage()
545 File apexFile = new File(ai.modulePath); in scanApexPackagesInternalLocked() local
1026 void installPackage(File apexFile, PackageParser2 packageParser) in installPackage()
1347 void installPackage(File apexFile, PackageParser2 packageParser) { in installPackage()
H A DStagingManager.java286 File apexFile = new File(apexInfo.modulePath); in submitSessionToApexService() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/parsing/
H A DPackageParserLegacyCoreTest.java524 File apexFile = copyRawResourceToFile(apexModuleName, in testApexPackageInfoGeneration() local
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DPackageInfoWithoutStateUtils.java314 File apexFile = new File(apexInfo.modulePath); in generateWithoutComponentsUnchecked() local
/aosp12/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java851 File apexFile = new File(apexInfo.modulePath); in generatePackageInfo() local