Searched defs:append (Results 1 - 3 of 3) sorted by relevance

/system/security/keystore/
H A Dtest-keystore30 append $log_file \# "$@"
31 append $baseline_file \# "$@"
35 append $baseline_file "$@"
38 function append() { function
/system/core/libutils/
H A DString16.cpp218 status_t String16::append(const String16& other) function in class:android::String16
240 status_t String16::append(const char16_t* chrs, size_t otherLen) function in class:android::String16
H A DString8.cpp284 status_t String8::append(const String8& other) function in class:android::String8
297 status_t String8::append(const char* other) function in class:android::String8
299 return append(other, strlen(other));
302 status_t String8::append(const char* other, size_t otherLen) function in class:android::String8

Completed in 123 milliseconds