Home
last modified time | relevance | path

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

/external/e2fsprogs/contrib/android/
Dhashmap.h25 void *hashmap_lookup(struct hashmap *h, const void *key);
Dhashmap.c46 void *hashmap_lookup(struct hashmap *h, const void *key) in hashmap_lookup() function
Dbasefs_allocator.c126 allocator->cur_entry = hashmap_lookup(allocator->entries, in base_fs_alloc_set_target()