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

  /system/core/include/cutils/
hashmap.h 41 Hashmap* hashmapCreate(size_t initialCapacity,
  /system/core/toolbox/
watchprops.c 84 Hashmap *watchlist = hashmapCreate(1024, str_hash, str_equals);
  /system/core/libcutils/
str_parms.c 62 str_parms->map = hashmapCreate(5, str_hash_fn, str_eq);
hashmap.c 43 Hashmap* hashmapCreate(size_t initialCapacity,
  /system/core/sdcard/
sdcard.c 718 fuse->package_to_appid = hashmapCreate(256, str_hash, str_icase_equals);
719 fuse->appid_with_rw = hashmapCreate(128, int_hash, int_equals);
729 fuse->package_to_appid = hashmapCreate(256, str_hash, str_icase_equals);
730 fuse->appid_with_rw = hashmapCreate(128, int_hash, int_equals);
    [all...]

Completed in 100 milliseconds