Home
last modified time | relevance | path

Searched defs:c_str (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/log/src/
Dtruncating_buffer.h38 char const* c_str() { in c_str() function
/packages/modules/Virtualization/vmbase/src/
Dbionic.rs153 let c_str = unsafe { CStr::from_ptr(c_str) }; in fputs() localVariable
190 let c_str = unsafe { CStr::from_ptr(s) }; in perror() localVariable