Home
last modified time | relevance | path

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

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