Home
last modified time | relevance | path

Searched refs:str_hash (Results 1 – 2 of 2) sorted by relevance

/system/core/toolbox/
Dwatchprops.c13 static int str_hash(void *key) in str_hash() function
81 Hashmap *watchlist = hashmapCreate(1024, str_hash, str_equals); in watchprops_main()
/system/core/sdcard/
Dsdcard.c177 static int str_hash(void *key) { in str_hash() function
1807 global.package_to_appid = hashmapCreate(256, str_hash, str_icase_equals); in run()