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

  /frameworks/base/libs/utils/
String8.cpp 282 return real_append(other.string(), otherLen);
298 return real_append(other, otherLen);
328 status_t String8::real_append(const char* other, size_t otherLen) function in class:android::String8
  /frameworks/base/include/utils/
String8.h 216 status_t real_append(const char* other, size_t numChars);

Completed in 34 milliseconds