Home
last modified time | relevance | path

Searched refs:c_str (Results 1 – 6 of 6) sorted by relevance

/libnativehelper/
DJniInvocation.cpp223 ALOGE("Failed to dlopen %s: %s", library, GetError().c_str()); in Init()
232 library, kLibraryFallback, GetError().c_str()); in Init()
236 ALOGE("Failed to dlopen %s: %s", library, GetError().c_str()); in Init()
270 ALOGE("Failed to find symbol %s: %s\n", symbol, GetError().c_str()); in FindSymbol()
DJNIHelp.cpp210 ALOGW("Discarding pending exception (%s) to throw %s", text.c_str(), className); in jniThrowException()
280 __android_log_write(priority, tag, trace.c_str()); in jniLogException()
/libnativehelper/platform_include/nativehelper/detail/
Dsignature_checker.h1358 ConstexprStringDescriptorType c_str{};
1365 c_str[0] = '\0';
1366 return c_str;
1373 c_str[pos++] = '(';
1380 c_str[pos++] = longy[i];
1384 c_str[pos++] = ')';
1389 c_str[pos++] = longy[i];
1394 c_str[pos] = '\0';
1396 return c_str;
/libnativehelper/header_only_include/nativehelper/
Dscoped_utf_chars.h74 const char* c_str() const { in c_str() function
/libnativehelper/include/nativehelper/
DtoStringArray.h66 return strings[i].c_str(); in operator()
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp776 EXPECT_STRINGIFY_EQ("(JIZ)V", x.c_str()); in TEST()
786 EXPECT_STRINGIFY_EQ("([JI[Z)S", x.c_str()); in TEST()