Searched refs:sourceName (Results 1 – 1 of 1) sorted by relevance
375 ScopedUtfChars sourceName(env, javaSourceName); in DexFile_openDexFileNative() local376 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()