Home
last modified time | relevance | path

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

/system/core/sdcard/
Dsdcard.c189 static bool str_icase_equals(void *keyA, void *keyB) { in str_icase_equals() function
1855 global.package_to_appid = hashmapCreate(256, str_hash, str_icase_equals); in run()