Searched defs:c_str (Results 1 - 3 of 3) sorted by relevance

/system/core/include/utils/
H A DString8.h67 inline const char* c_str() const;
268 inline const char* String8::c_str() const function in class:android::String8
/system/core/libutils/include/utils/
H A DString8.h67 inline const char* c_str() const;
268 inline const char* String8::c_str() const function in class:android::String8
/system/libhidl/base/
H A DHidlSupport.cpp163 copyFrom(other.c_str(), other.size());
167 copyFrom(s.c_str(), s.size());
185 copyFrom(other.c_str(), other.size());
204 copyFrom(s.c_str(), s.size());
213 os << str.c_str();
264 const char *hidl_string::c_str() const { function in class:android::hardware::hidl_string

Completed in 3253 milliseconds