Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_rust/examples/ffi/java_calling_rust/com/example/rustjni/
H A DRustStringLength.java12 public interface RustStringLength extends Library { interface
15 static RustStringLength loadNativeLibrary() throws IOException { in loadNativeLibrary()
27 return Native.load(dylibPath, RustStringLength.class); in loadNativeLibrary()
H A DRustJniTest.java12 long result = RustStringLength.loadNativeLibrary().calculate_string_length_from_rust(s); in testCallsJniToRust()
H A DBUILD.bazel5 srcs = ["RustStringLength.java"],