Home
last modified time | relevance | path

Searched refs:new_apex_path (Results 1 – 2 of 2) sorted by relevance

/system/apex/apexd/
Dapex_shim.cpp167 const std::string& new_apex_path) { in ValidateUpdate() argument
168 LOG(DEBUG) << "Validating update of shim apex to " << new_apex_path in ValidateUpdate()
174 auto actual = CalculateSha512(new_apex_path); in ValidateUpdate()
180 return Error() << new_apex_path << " has unexpected SHA512 hash " in ValidateUpdate()
Dapex_shim.h33 const std::string& new_apex_path);