Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/jni/
DScopedUtfChars.h30 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { in ScopedUtfChars() function
35 ScopedUtfChars(ScopedUtfChars&& rhs) : in ScopedUtfChars() function