Home
last modified time | relevance | path

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

/system/apex/tests/src/com/android/tests/apex/
DApexdHostTest.java272 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testApexSessionStateUnchangedBeforeReboot() local
273 String error = mHostUtils.installStagedPackage(apexFile); in testApexSessionStateUnchangedBeforeReboot()
364 File apexFile = mHostUtils.getTestFile(apex_filename); in testRejectsStagedApexWithIncorrectUpdatableViaApexValue() local
367 String error = mHostUtils.installStagedPackage(apexFile); in testRejectsStagedApexWithIncorrectUpdatableViaApexValue()
390 File apexFile = mHostUtils.getTestFile(apex_filename); in testRejectsStagedApexWithInvalidSyntaxVintfFragment() local
393 String error = mHostUtils.installStagedPackage(apexFile); in testRejectsStagedApexWithInvalidSyntaxVintfFragment()
413 File apexFile = mHostUtils.getTestFile(apex_filename); in testRejectsStagedApexThatUpdatesUnrelatedHardware() local
416 String error = mHostUtils.installStagedPackage(apexFile); in testRejectsStagedApexThatUpdatesUnrelatedHardware()
437 File apexFile = mHostUtils.getTestFile(apex_filename); in testAcceptsGoodRebootlessApex() local
440 String error = mHostUtils.installRebootlessPackage(apexFile); in testAcceptsGoodRebootlessApex()
[all …]
DApexRollbackTests.java111 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testAutomaticBootLoopRecovery() local
122 String error = mHostUtils.installStagedPackage(apexFile); in testAutomaticBootLoopRecovery()
159 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testSessionNotRevertedWithCheckpointingDisabled() local
167 String error = mHostUtils.installStagedPackage(apexFile); in testSessionNotRevertedWithCheckpointingDisabled()
197 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testCheckpointingRevertsSession() local
204 String error = mHostUtils.installStagedPackage(apexFile); in testCheckpointingRevertsSession()
235 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testRebootingOnceDoesNotRevertSession() local
242 String error = mHostUtils.installStagedPackage(apexFile); in testRebootingOnceDoesNotRevertSession()
327 final File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testReasonForRevertIsLoggedDuringBootloop() local
338 final String error = mHostUtils.installStagedPackage(apexFile); in testReasonForRevertIsLoggedDuringBootloop()
/system/apex/apexer/
Dapex_manifest.py51 with zipfile.ZipFile(apexFilePath, 'r') as apexFile:
52 with apexFile.open('apex_manifest.pb') as manifestFile: