Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dstatus.cpp72 char* cStr = new char[description.size() + 1]; in AStatus_getDescription() local
73 memcpy(cStr, description.c_str(), description.size() + 1); in AStatus_getDescription()
74 return cStr; in AStatus_getDescription()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h263 const char* cStr = AStatus_getDescription(get()); in getDescription() local
264 std::string ret = cStr; in getDescription()
265 AStatus_deleteDescription(cStr); in getDescription()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp6339 static bool compareString8AndCString(const String8& str, const char* cStr) { in compareString8AndCString() argument
6340 return strcmp(str.string(), cStr) < 0; in compareString8AndCString()