Searched refs:create_if_absent (Results 1 – 3 of 3) sorted by relevance
/system/vold/ |
D | KeyUtil.h | 32 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,
|
D | KeyUtil.cpp | 147 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()
|
D | MetadataCrypt.cpp | 111 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()
|