Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h162 android::base::Result<void> ValidateDecompressedApex(const ApexFile& capex,
Dapexd_test.cpp450 TEST_F(ApexdUnitTest, ValidateDecompressedApex) { in TEST_F() argument
457 ValidateDecompressedApex(std::cref(*capex), std::cref(*decompressed_v1)); in TEST_F()
464 ValidateDecompressedApex(std::cref(*capex), std::cref(*decompressed_v2)); in TEST_F()
473 result = ValidateDecompressedApex( in TEST_F()
481 result = ValidateDecompressedApex(std::cref(*capex_different_key), in TEST_F()
Dapexd.cpp2782 auto result = ValidateDecompressedApex(capex, *apex); in OpenAndValidateDecompressedApex()
2940 Result<void> ValidateDecompressedApex(const ApexFile& capex, in ValidateDecompressedApex() function