OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:osi_strdup
(Results
1 - 6
of
6
) sorted by null
/system/bt/osi/src/
hash_map_utils.cc
35
char* str =
osi_strdup
(params);
56
value = (*eq != '\0') ?
osi_strdup
(eq) :
osi_strdup
("");
58
key =
osi_strdup
(kvpair);
59
value =
osi_strdup
("");
allocator.cc
27
char*
osi_strdup
(const char* str) {
function
data_dispatcher.cc
49
ret->name =
osi_strdup
(name);
config.cc
225
entry->value =
osi_strdup
(value);
303
char* temp_dirname =
osi_strdup
(filename);
464
section->name =
osi_strdup
(name);
491
entry->key =
osi_strdup
(key);
492
entry->value =
osi_strdup
(value);
alarm.cc
162
ret->stats.name =
osi_strdup
(name);
/system/bt/osi/include/
allocator.h
37
char*
osi_strdup
(const char* str);
Completed in 465 milliseconds