Searched refs:Grant (Results 1 - 2 of 2) sorted by relevance

/system/security/keystore/
H A Dgrant_store.h27 * Grant represents a mapping from an alias to a key file.
33 class Grant { class in namespace:keystore
35 Grant(const std::string& alias, const std::string& owner_dir_name, const uid_t owner_uid,
51 * remove a Grant, respectively.
61 const Grant* get(const uid_t uid, const std::string& alias) const;
70 std::unordered_map<uid_t, std::set<Grant, std::less<>>> grants_;
H A Dgrant_store.cpp28 Grant::Grant(const std::string& alias, const std::string& owner_dir_name, const uid_t owner_uid, function in class:keystore::Grant
64 const Grant* GrantStore::get(const uid_t uid, const std::string& alias) const {

Completed in 71 milliseconds