Searched refs:mUtfChars (Results 1 - 1 of 1) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_DexFile.cc69 mUtfChars = (s != NULL) ? env->GetStringUTFChars(s, NULL) : NULL;
73 if (mUtfChars) {
74 mEnv->ReleaseStringUTFChars(mString, mUtfChars);
79 return mUtfChars;
83 return strlen(mUtfChars);
88 return mUtfChars[n];
94 const char* mUtfChars; member in class:art::NullableScopedUtfChars

Completed in 39 milliseconds