Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_shim.cpp164 Result<void> ValidateUpdate(const std::string& system_apex_path, in ValidateUpdate() argument
167 << " using system shim apex " << system_apex_path; in ValidateUpdate()
168 auto allowed = GetAllowedHashes(system_apex_path); in ValidateUpdate()
Dapex_shim.h32 android::base::Result<void> ValidateUpdate(const std::string& system_apex_path,
Dapexd.cpp653 auto verify_fn = [&](const std::string& system_apex_path) { in ValidateStagingShimApex() argument
654 return shim::ValidateUpdate(system_apex_path, to.GetPath()); in ValidateStagingShimApex()