Home
last modified time | relevance | path

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

/frameworks/base/tools/lock_agent/
Dagent.cpp415 jint jvmError = vm->GetEnv(reinterpret_cast<void**>(&env), JVMTI_VERSION_1_2); in attach() local
416 if (jvmError != JNI_OK) { in attach()
417 return jvmError; in attach()