HomeSort by relevance Sort by last modified time
    Searched refs:real_append (Results 1 - 2 of 2) sorted by null

  /system/core/libutils/
String8.cpp 294 return real_append(other.string(), otherLen);
310 return real_append(other, otherLen);
349 status_t String8::real_append(const char* other, size_t otherLen) function in class:android::String8
  /system/core/include/utils/
String8.h 234 status_t real_append(const char* other, size_t numChars);

Completed in 1381 milliseconds