OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:real_append
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/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/native/include/utils/
String8.h
217
status_t
real_append
(const char* other, size_t numChars);
Completed in 699 milliseconds