Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc102 ScopedUtfChars sourceName(env, javaSourceName); in DexFile_openDexFileNative() local
103 if (sourceName.c_str() == NULL) { in DexFile_openDexFileNative()
115 bool success = linker->OpenDexFilesFromOat(sourceName.c_str(), outputName.c_str(), &error_msgs, in DexFile_openDexFileNative()