Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h147 android::base::Result<void> ValidateDecompressedApex(const ApexFile& capex,
Dapexd_test.cpp378 TEST_F(ApexdUnitTest, ValidateDecompressedApex) { in TEST_F() argument
385 ValidateDecompressedApex(std::cref(*capex), std::cref(*decompressed_v1)); in TEST_F()
392 ValidateDecompressedApex(std::cref(*capex), std::cref(*decompressed_v2)); in TEST_F()
402 result = ValidateDecompressedApex( in TEST_F()
411 result = ValidateDecompressedApex(std::cref(*capex_different_key), in TEST_F()
Dapexd.cpp2578 auto result = ValidateDecompressedApex(capex, *apex); in OpenAndValidateDecompressedApex()
2728 Result<void> ValidateDecompressedApex(const ApexFile& capex, in ValidateDecompressedApex() function