Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_file_test.cpp266 auto decompressed_apex_file = ApexFile::Open(decompression_file_path); in TEST() local
267 ASSERT_RESULT_OK(decompressed_apex_file); in TEST()
269 decompressed_apex_file->GetBundledPublicKey()); in TEST()
271 decompressed_apex_file->GetManifest().name()); in TEST()
273 decompressed_apex_file->GetManifest().version()); in TEST()
274 auto verity_status = decompressed_apex_file->VerifyApexVerity( in TEST()
275 decompressed_apex_file->GetBundledPublicKey()); in TEST()