Home
last modified time | relevance | path

Searched refs:apex2 (Results 1 – 2 of 2) sorted by relevance

/system/apex/apexd/
Dapexd_verity_test.cpp97 auto apex2 = in TEST() local
99 ASSERT_RESULT_OK(apex2); in TEST()
100 auto verity_data2 = apex2->VerifyApexVerity(apex2->GetBundledPublicKey()); in TEST()
105 status = PrepareHashTree(*apex2, *verity_data2, hashtree_file); in TEST()
Dapex_file_repository_test.cpp355 auto apex2 = ApexFile::Open(GetTestFile("apex.apexd_test.apex")); in TEST() local
356 ASSERT_RESULT_OK(apex2); in TEST()
357 ASSERT_FALSE(instance.IsPreInstalledApex(*apex2)); in TEST()