OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
340
status_t String8::
real_append
(const char* other, size_t otherLen)
function in class:android::String8
/system/core/include/utils/
String8.h
226
status_t
real_append
(const char* other, size_t numChars);
Completed in 788 milliseconds