Home
last modified time | relevance | path

Searched defs:attach_current_thread_permanently (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/jni/tests/util/
Dmod.rs60 pub fn attach_current_thread_permanently() -> JNIEnv<'static> { in attach_current_thread_permanently() function
/external/rust/crates/jni/src/wrapper/java_vm/
Dvm.rs194 pub fn attach_current_thread_permanently(&self) -> Result<JNIEnv> { in attach_current_thread_permanently() method