Home
last modified time | relevance | path

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

/libnativehelper/header_only_include/nativehelper/
Dutils.h38 [[maybe_unused]] static const char* GetCStr(const char* str) { return str; } in GetCStr() function
39 [[maybe_unused]] static const char* GetCStr(const std::string& str) { return str.c_str(); } in GetCStr() function