Home
last modified time | relevance | path

Searched defs:apexFile (Results 1 – 4 of 4) 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
105 Result<ApexFile> apexFile = ApexFile::Open(filePath); in TEST() local
114 Result<ApexFile> apexFile = ApexFile::Open(filePath); in TEST() local
123 Result<ApexFile> apexFile = ApexFile::Open(filePath); in TEST() local
Dapexd.cpp161 auto apexFile = ApexFile::Open(path); in preAllocateLoopDevices() local
1030 Result<ApexFile> apexFile = ApexFile::Open(full_path); in deactivatePackage() local
1046 Result<ApexFile> apexFile = ApexFile::Open(data.full_path); in getActivePackages() local
/system/apex/tests/src/com/android/tests/apex/
DApexRollbackTests.java86 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testAutomaticBootLoopRecovery() local
135 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testSessionNotRevertedWithCheckpointingDisabled() local
177 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testCheckpointingRevertsSession() local
219 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testRebootingOnceDoesNotRevertSession() local
284 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testFailingUserspaceReboot_doesNotRevertUpdate() local
313 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testUserspaceRebootFailedShutdownSequence_doesNotRevertUpdate() local
346 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testUserspaceRebootFailedRemount_revertsUpdate() local
/system/apex/tests/src/com/android/tests/util/
DModuleTestUtilsTest.java56 File apexFile = mUtils.getTestFile(SHIM_V2); in testAbandonActiveStagedSession() local