HomeSort by relevance Sort by last modified time
    Searched refs:hashmap_create (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/contrib/android/
hashmap.h 22 struct hashmap *hashmap_create(uint32_t(*hash_fct)(const void*),
hashmap.c 15 struct hashmap *hashmap_create(uint32_t(*hash_fct)(const void*), function
base_fs.c 110 entries = hashmap_create(djb2_hash, free_base_fs_entry, 1024);

Completed in 96 milliseconds