Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/osi/test/
Dallocator_test.cc32 copy_str = osi_strndup(str, 0); in TEST_F()
37 copy_str = osi_strndup(str, len); in TEST_F()
42 copy_str = osi_strndup(str, len - 5); in TEST_F()
47 copy_str = osi_strndup(str, len + 5); in TEST_F()
/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_allocator.cc56 struct osi_strndup osi_strndup; variable
83 char* osi_strndup(const char* str, size_t len) { in osi_strndup() function
85 return test::mock::osi_allocator::osi_strndup(str, len); in osi_strndup()
Dmock_osi_allocator.h92 struct osi_strndup { struct
98 extern struct osi_strndup osi_strndup; argument
/packages/modules/Bluetooth/system/osi/include/
Dallocator.h38 char* osi_strndup(const char* str, size_t len);
/packages/modules/Bluetooth/system/osi/src/
Dhash_map_utils.cc50 key = osi_strndup(kvpair, eq - kvpair); in hash_map_utils_new_from_string_params()
Dallocator.cc38 char* osi_strndup(const char* str, size_t len) { in osi_strndup() function
/packages/modules/Bluetooth/system/osi/test/fuzzers/allocator/
Dfuzz_allocator.cc86 str = osi_strndup(buf, size); in callArbitraryFunction()
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc262 char* osi_strndup(const char* str, size_t len) { in osi_strndup() function