Home
last modified time | relevance | path

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

/base/security/selinux_adapter/interfaces/policycoreutils/include/
Dselinux_map.h61 HashNode *HashMapGet(HashTab *handle, const char *key, uint32_t len);
/base/security/selinux_adapter/interfaces/policycoreutils/src/
Dselinux_map.c112 HashNode *HashMapGet(HashTab *handle, const char *key, uint32_t len) in HashMapGet() function
Dcontexts_trie.c35 HashNode *node = HashMapGet(root->handle, name, len); in GetGroupNode()