Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/
Djnienv.rs1254 pub fn byte_array_from_slice(&self, buf: &[u8]) -> Result<jbyteArray> { in byte_array_from_slice() method
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Djnienv.rs1733 pub fn byte_array_from_slice(&self, buf: &[u8]) -> Result<JByteArray<'local>> { in byte_array_from_slice() method