Home
last modified time | relevance | path

Searched refs:ssc (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/tests/
Dscoped_string_chars_test.cpp22 ScopedStringChars ssc(s); in TestCompilationScopedStringChars() local
23 ssc.get(); in TestCompilationScopedStringChars()
/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp185 ScopedStringChars ssc(env, value); in createString() local
186 return jniCreateString(env, ssc.get(), ssc.size()); in createString()