Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_shim.h32 android::base::Result<void> ValidateUpdate(const std::string& system_apex_path,
Dapex_shim.cpp164 Result<void> ValidateUpdate(const std::string& system_apex_path, in ValidateUpdate() function
Dapexd.cpp654 return shim::ValidateUpdate(system_apex_path, to.GetPath()); in ValidateStagingShimApex()