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

  /system/core/include/cutils/
hashmap.h 62 void* hashmapPut(Hashmap* map, void* key, void* value);
  /system/core/toolbox/
watchprops.c 42 hashmapPut(watchlist, key, value);
  /system/core/libcutils/
str_parms.c 169 old_val = hashmapPut(str_parms->map, key, value);
200 // strdup and hashmapPut both set errno on failure.
215 old_val = hashmapPut(str_parms->map, tmp_key, tmp_val);
217 // Did hashmapPut fail?
396 // hashmapPut reports errors by setting errno to ENOMEM.
hashmap.c 189 void* hashmapPut(Hashmap* map, void* key, void* value) {
  /system/core/sdcard/
sdcard.c     [all...]

Completed in 862 milliseconds