OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashmapPut
(Results
1 - 4
of
4
) sorted by null
/system/core/include/cutils/
hashmap.h
62
void*
hashmapPut
(Hashmap* map, void* key, void* value);
/system/core/libcutils/
str_parms.c
186
old_val =
hashmapPut
(str_parms->map, key, value);
220
// strdup and
hashmapPut
both set errno on failure.
235
old_val =
hashmapPut
(str_parms->map, tmp_key, tmp_val);
237
// Did
hashmapPut
fail?
hashmap.c
196
void*
hashmapPut
(Hashmap* map, void* key, void* value) {
/system/core/sdcard/
sdcard.c
[
all
...]
Completed in 36 milliseconds