Searched defs:append (Results 1 - 4 of 4) 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/connectivity/shill/shims/
H A Dset_apn_helper.c35 static void append(DBusMessageIter *dict, function
132 append(&dict, argname, argvalue);
/system/core/libutils/
H A DString16.cpp221 status_t String16::append(const String16& other) function in class:android::String16
243 status_t String16::append(const char16_t* chrs, size_t otherLen) function in class:android::String16
H A DString8.cpp298 status_t String8::append(const String8& other) function in class:android::String8
311 status_t String8::append(const char* other) function in class:android::String8
313 return append(other, strlen(other));
316 status_t String8::append(const char* other, size_t otherLen) function in class:android::String8

Completed in 495 milliseconds