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 306 return real_append(other.string(), otherLen);
322 return real_append(other, otherLen);
361 status_t String8::real_append(const char* other, size_t otherLen) function in class:android::String8
  /system/core/libutils/include/utils/
String8.h 241 status_t real_append(const char* other, size_t numChars);

Completed in 133 milliseconds