Home
last modified time | relevance | path

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

/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp36 jniThrowException(env, c.c_str(), m.c_str()); in throwException()
46 jniThrowExceptionFmt(env, c.c_str(), f.c_str(), value); in throwExceptionWithIntFormat()
53 jniThrowNullPointerException(env, m.c_str()); in throwNullPointerException()
58 jniThrowRuntimeException(env, m.c_str()); in throwRuntimeException()
67 jniThrowErrnoException(env, m.c_str(), cause); in throwErrnoException()
/libnativehelper/tests/
DExpandableString_test.cpp80 EXPECT_TRUE(ExpandableStringAppend(&expandableString, pad.c_str())); in TEST_P()
84 EXPECT_TRUE(ExpandableStringAppend(&expandableString, appendee.c_str())); in TEST_P()
96 EXPECT_EQ(0, strncmp(expected.c_str(), expandableString.data + position, expected.size())); in TEST_P()
Dscoped_utf_chars_test.cpp23 suc.c_str(); in TestCompilationScopedUtfChars()
DJniSafeRegisterNativeMethods_test.cpp775 EXPECT_STRINGIFY_EQ("(JIZ)V", x.c_str()); in TEST()
785 EXPECT_STRINGIFY_EQ("([JI[Z)S", x.c_str()); in TEST()
/libnativehelper/header_only_include/nativehelper/
Dscoped_utf_chars.h75 const char* c_str() const { in c_str() function
/libnativehelper/include/nativehelper/
DtoStringArray.h49 return toStringArray(env, strings.size(), [&strings](size_t i) { return strings[i].c_str(); }); in toStringArray()
/libnativehelper/include_platform_header_only/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;