Home
last modified time | relevance | path

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

/art/runtime/native/
Dstring_array_utils.h30 inline const char* GetStringCStr(const char* str) { return str; } in GetStringCStr() function
31 inline const char* GetStringCStr(const std::string& str) { return str.c_str(); } in GetStringCStr() function