Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc375 ScopedUtfChars sourceName(env, javaSourceName); in DexFile_openDexFileNative() local
376 if (sourceName.c_str() == nullptr) { in DexFile_openDexFileNative()
380 if (isReadOnlyJavaDclChecked() && access(sourceName.c_str(), W_OK) == 0) { in DexFile_openDexFileNative()
381 LOG(ERROR) << "Attempt to load writable dex file: " << sourceName.c_str(); in DexFile_openDexFileNative()
385 StringPrintf("Writable dex file '%s' is not allowed.", sourceName.c_str())); in DexFile_openDexFileNative()
394 Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat(sourceName.c_str(), in DexFile_openDexFileNative()