Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc844 ScopedLocalRef<jstring> jvdexFilename(env, env->NewStringUTF(vdex_filename.c_str())); in DexFile_getDexFileOutputPaths() local
845 if (jvdexFilename.get() == nullptr) { in DexFile_getDexFileOutputPaths()
857 env->SetObjectArrayElement(result, 0, jvdexFilename.get()); in DexFile_getDexFileOutputPaths()