Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/src/
Dlib.rs51 fn rust_fuzzer_test_input(input: &[u8]) -> i32; in rust_fuzzer_test_input() function
61 rust_fuzzer_test_input(data_slice) in test_input_wrap()
209 pub extern "C" fn rust_fuzzer_test_input(bytes: &[u8]) -> i32 {
259 pub extern "C" fn rust_fuzzer_test_input(bytes: &[u8]) -> i32 {