OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attach_result
(Results
1 - 1
of
1
) sorted by null
/art/test/004-JniTest/
jni_test.cc
42
int
attach_result
= jvm->AttachCurrentThread(&env, &args);
local
43
assert(
attach_result
== 0);
Completed in 136 milliseconds