Searched refs:c_str (Results 1 – 6 of 6) sorted by relevance
/libnativehelper/ |
D | JniInvocation.cpp | 223 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()
|
D | JNIHelp.cpp | 210 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/ |
D | signature_checker.h | 1358 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/ |
D | scoped_utf_chars.h | 74 const char* c_str() const { in c_str() function
|
/libnativehelper/include/nativehelper/ |
D | toStringArray.h | 66 return strings[i].c_str(); in operator()
|
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 776 EXPECT_STRINGIFY_EQ("(JIZ)V", x.c_str()); in TEST() 786 EXPECT_STRINGIFY_EQ("([JI[Z)S", x.c_str()); in TEST()
|