Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc848 ScopedLocalRef<jstring> joatFilename(env, env->NewStringUTF(oat_filename.c_str())); in DexFile_getDexFileOutputPaths() local
849 if (joatFilename.get() == nullptr) { in DexFile_getDexFileOutputPaths()
858 env->SetObjectArrayElement(result, 1, joatFilename.get()); in DexFile_getDexFileOutputPaths()