Home
last modified time | relevance | path

Searched refs:ExpandableStringAppend (Results 1 – 7 of 7) sorted by relevance

/aosp12/libnativehelper/tests/
H A DExpandableString_test.cpp32 EXPECT_TRUE(ExpandableStringAppend(&s, kAhoy)); in TEST()
80 EXPECT_TRUE(ExpandableStringAppend(&expandableString, pad.c_str())); in TEST_P()
84 EXPECT_TRUE(ExpandableStringAppend(&expandableString, appendee.c_str())); in TEST_P()
/aosp12/libnativehelper/
H A DExpandableString.c32 bool ExpandableStringAppend(struct ExpandableString* s, const char* text) { in ExpandableStringAppend() function
47 return ExpandableStringAppend(s, text); in ExpandableStringAssign()
H A DExpandableString.h39 bool ExpandableStringAppend(struct ExpandableString* s, const char* text);
H A DJNIHelp.c70 bool success = ExpandableStringAppend(dst, utfText); in AppendJString()
110 bool success = (ExpandableStringAppend(dst, ": ") && AppendJString(env, message, dst)); in GetExceptionSummary()
119 ExpandableStringAppend(dst, "<error getting message>"); in GetExceptionSummary()
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h66 [[maybe_unused]] static bool ExpandableStringAppend(struct ExpandableString* s, const char* text) { in ExpandableStringAppend() function
81 return ExpandableStringAppend(s, text); in ExpandableStringAssign()
118 bool success = ExpandableStringAppend(dst, utfText); in AppendJString()
159 bool success = (ExpandableStringAppend(dst, ": ") && AppendJString(env, message, dst)); in GetExceptionSummary()
168 ExpandableStringAppend(dst, "<error getting message>"); in GetExceptionSummary()
/aosp12/frameworks/libs/native_bridge_support/libnativehelper/
H A Dstubs_arm.cc28 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ExpandableStringAppend);
77 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", ExpandableStringAppend); in init_stub_library()
H A Dstubs_arm64.cc28 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ExpandableStringAppend);
77 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", ExpandableStringAppend); in init_stub_library()