Home
last modified time | relevance | path

Searched defs:append (Results 1 – 7 of 7) sorted by relevance

/system/security/keystore/
Dtest-keystore38 function append() { function
/system/core/libutils/
DString16.cpp199 status_t String16::append(const String16& other) in append() function in android::String16
226 status_t String16::append(const char16_t* chrs, size_t otherLen) in append() function in android::String16
DString8.cpp272 status_t String8::append(const String8& other) in append() function in android::String8
285 status_t String8::append(const char* other) in append() function in android::String8
290 status_t String8::append(const char* other, size_t otherLen) in append() function in android::String8
/system/core/adb/
Dtypes.h218 void append(std::unique_ptr<const block_type> block) { in append() function
228 void append(block_type&& block) { append(std::make_unique<block_type>(std::move(block))); } in append() function
/system/libhwbinder/
DBufferedTextOutput.cpp54 status_t append(const char* txt, size_t len) { in append() function
/system/keymaster/ng/include/
Dauthorization_set.h198 void append(Iterator begin, Iterator end) { in append() function
/system/bt/internal_include/
Dbt_trace.h747 inline std::string& AppendField(std::string* p_result, bool append, in AppendField()