Searched refs:system_apex_path (Results 1 – 3 of 3) sorted by relevance
164 Result<void> ValidateUpdate(const std::string& system_apex_path, in ValidateUpdate() argument167 << " using system shim apex " << system_apex_path; in ValidateUpdate()168 auto allowed = GetAllowedHashes(system_apex_path); in ValidateUpdate()
32 android::base::Result<void> ValidateUpdate(const std::string& system_apex_path,
653 auto verify_fn = [&](const std::string& system_apex_path) { in ValidateStagingShimApex() argument654 return shim::ValidateUpdate(system_apex_path, to.GetPath()); in ValidateStagingShimApex()