Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_file_test.cpp39 Result<ApexFile> apexFile = ApexFile::Open(filePath); in TEST() local
67 Result<ApexFile> apexFile = ApexFile::Open(filePath); in TEST() local
76 Result<ApexFile> apexFile = ApexFile::Open(filePath); in TEST() local
85 Result<ApexFile> apexFile = ApexFile::Open(filePath); in TEST() local
104 Result<ApexFile> apexFile = ApexFile::Open(filePath); in TEST() local
113 Result<ApexFile> apexFile = ApexFile::Open(filePath); in TEST() local
Dapexd.cpp161 auto apexFile = ApexFile::Open(path); in preAllocateLoopDevices() local
1037 Result<ApexFile> apexFile = ApexFile::Open(full_path); in deactivatePackage() local
1053 Result<ApexFile> apexFile = ApexFile::Open(data.full_path); in getActivePackages() local
/system/apex/tests/src/com/android/tests/apex/
DApexRollbackTests.java92 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testAutomaticBootLoopRecovery() local
140 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testSessionNotRevertedWithCheckpointingDisabled() local
182 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testCheckpointingRevertsSession() local
224 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testRebootingOnceDoesNotRevertSession() local
289 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testFailingUserspaceReboot_doesNotRevertUpdate() local
318 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testUserspaceRebootFailedShutdownSequence_doesNotRevertUpdate() local
351 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testUserspaceRebootFailedRemount_revertsUpdate() local
DApexdHostTest.java253 File apexFile = mTestUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testApexSessionStateUnchangedBeforeReboot() local
/system/apex/tests/src/com/android/tests/util/
DModuleTestUtilsTest.java56 File apexFile = mUtils.getTestFile(SHIM_V2); in testAbandonActiveStagedSession() local