Home
last modified time | relevance | path

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

/aosp12/libnativehelper/tests/
H A DExpandableString_test.cpp48 EXPECT_TRUE(ExpandableStringAssign(&s, kAhoy)); in TEST()
51 EXPECT_TRUE(ExpandableStringAssign(&s, kMercy)); in TEST()
54 EXPECT_TRUE(ExpandableStringAssign(&s, kAhoy)); in TEST()
/aosp12/frameworks/libs/native_bridge_support/libnativehelper/
H A Dstubs_arm.cc29 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ExpandableStringAssign);
78 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", ExpandableStringAssign); in init_stub_library()
H A Dstubs_arm64.cc29 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ExpandableStringAssign);
78 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", ExpandableStringAssign); in init_stub_library()
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h79 [[maybe_unused]] static bool ExpandableStringAssign(struct ExpandableString* s, const char* text) { in ExpandableStringAssign() function
135 ExpandableStringAssign(dst, "<error getting class name>"); in GetExceptionSummary()
144 ExpandableStringAssign(dst, "<error getting class name UTF-8>"); in GetExceptionSummary()
253 ExpandableStringAssign(dst, "<no pending exception>"); in GetStackTraceOrSummary()
/aosp12/libnativehelper/
H A DExpandableString.h43 bool ExpandableStringAssign(struct ExpandableString*s, const char* text);
H A DJNIHelp.c86 ExpandableStringAssign(dst, "<error getting class name>"); in GetExceptionSummary()
95 ExpandableStringAssign(dst, "<error getting class name UTF-8>"); in GetExceptionSummary()
202 ExpandableStringAssign(dst, "<no pending exception>"); in GetStackTraceOrSummary()
H A DExpandableString.c45 bool ExpandableStringAssign(struct ExpandableString* s, const char* text) { in ExpandableStringAssign() function