Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_shim.h36 Status ValidateUpdate(const std::string& system_apex_path,
Dapex_shim.cpp211 Status ValidateUpdate(const std::string& system_apex_path, in ValidateUpdate() argument
214 << " using system shim apex " << system_apex_path; in ValidateUpdate()
215 auto allowed = ReadSha512(system_apex_path); in ValidateUpdate()
Dapexd.cpp705 auto verify_fn = [&](const std::string& system_apex_path) { in ValidateStagingShimApex() argument
706 return shim::ValidateUpdate(system_apex_path, to.GetPath()); in ValidateStagingShimApex()