Searched refs:storeKey (Results 1 – 3 of 3) sorted by relevance
42 bool storeKey(const std::string& dir, const KeyAuthentication& auth, const std::string& key);
246 bool storeKey(const std::string& dir, const KeyAuthentication& auth, const std::string& key) { in storeKey() function
324 if (!android::vold::storeKey(tmp_path, auth, key)) return false; in store_key()