Home
last modified time | relevance | path

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

/external/rust/crates/jni/0.20.0/tests/util/
Dmod.rs60 pub fn attach_current_thread_permanently() -> JNIEnv<'static> { in attach_current_thread_permanently() function
/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/0.20.0/src/wrapper/java_vm/
Dvm.rs196 pub fn attach_current_thread_permanently(&self) -> Result<JNIEnv> { in attach_current_thread_permanently() method
/external/rust/crates/jni/src/wrapper/java_vm/
Dvm.rs259 pub fn attach_current_thread_permanently(&self) -> Result<JNIEnv> { in attach_current_thread_permanently() method