Searched refs:cStr (Results 1 – 3 of 3) sorted by relevance
72 char* cStr = new char[description.size() + 1]; in AStatus_getDescription() local73 memcpy(cStr, description.c_str(), description.size() + 1); in AStatus_getDescription()74 return cStr; in AStatus_getDescription()
263 const char* cStr = AStatus_getDescription(get()); in getDescription() local264 std::string ret = cStr; in getDescription()265 AStatus_deleteDescription(cStr); in getDescription()
6339 static bool compareString8AndCString(const String8& str, const char* cStr) { in compareString8AndCString() argument6340 return strcmp(str.string(), cStr) < 0; in compareString8AndCString()