Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dhash_map_utils.c44 char *str = osi_strdup(params); in hash_map_utils_new_from_string_params()
67 value = (*eq != '\0') ? osi_strdup(eq) : osi_strdup(""); in hash_map_utils_new_from_string_params()
69 key = osi_strdup(kvpair); in hash_map_utils_new_from_string_params()
70 value = osi_strdup(""); in hash_map_utils_new_from_string_params()
Dconfig.c223 entry->value = osi_strdup(value); in config_set_string()
302 char *temp_dirname = osi_strdup(filename); in config_save()
451 section->name = osi_strdup(name); in section_new()
479 entry->key = osi_strdup(key); in entry_new()
480 entry->value = osi_strdup(value); in entry_new()
Dallocator.c27 char *osi_strdup(const char *str) { in osi_strdup() function
Ddata_dispatcher.c50 ret->name = osi_strdup(name); in data_dispatcher_new()
Dalarm.c189 stats->name = osi_strdup(name); in alarm_new_internal()
/system/bt/osi/include/
Dallocator.h37 char *osi_strdup(const char *str);