Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_preinstalled_data.h29 android::base::Result<const std::string> getApexKey(const std::string& name);
Dapex_preinstalled_data.cpp115 Result<const std::string> getApexKey(const std::string& name) { in getApexKey() function
Dapex_file.cpp232 Result<const std::string> public_key = getApexKey(*key_name); in verifyVbMetaSignature()