Home
last modified time | relevance | path

Searched defs:s (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/include/nativehelper/
DScopedStringChars.h33 ScopedStringChars(JNIEnv* env, jstring s) : env_(env), string_(s), size_(0) { in ScopedStringChars()
DScopedUtfChars.h34 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { in ScopedUtfChars()