Home
last modified time | relevance | path

Searched refs:cStr (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dstatus.cpp71 char* cStr = new char[description.size() + 1]; in AStatus_getDescription() local
72 memcpy(cStr, description.c_str(), description.size() + 1); in AStatus_getDescription()
73 return cStr; in AStatus_getDescription()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h234 const char* cStr = AStatus_getDescription(get()); in getDescription() local
235 std::string ret = cStr; in getDescription()
236 AStatus_deleteDescription(cStr); in getDescription()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp6221 static bool compareString8AndCString(const String8& str, const char* cStr) { in compareString8AndCString() argument
6222 return strcmp(str.string(), cStr) < 0; in compareString8AndCString()