Home
last modified time | relevance | path

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

/system/vold/
DKeyUtil.h32 bool retrieveAndInstallKey(bool create_if_absent, const KeyAuthentication& key_authentication,
35 bool retrieveKey(bool create_if_absent, const std::string& key_path, const std::string& tmp_path,
DKeyUtil.cpp147 bool retrieveAndInstallKey(bool create_if_absent, const KeyAuthentication& key_authentication, in retrieveAndInstallKey() argument
155 if (!create_if_absent) { in retrieveAndInstallKey()
171 bool retrieveKey(bool create_if_absent, const std::string& key_path, const std::string& tmp_path, in retrieveKey() argument
177 if (!create_if_absent) { in retrieveKey()
DMetadataCrypt.cpp111 static bool read_key(const FstabEntry& data_rec, bool create_if_absent, KeyBuffer* key) { in read_key() argument
141 if (!android::vold::retrieveKey(create_if_absent, dir, temp, key, needs_cp)) return false; in read_key()