Home
last modified time | relevance | path

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

/libnativehelper/header_only_include/nativehelper/
Dscoped_utf_chars.h82 const char* c_str() const { in c_str() function
/libnativehelper/tests/
Dlibnativehelper_test.cpp112 explicit MyString(const char* c_str) : std::string(c_str) {} in MyString()