Home
last modified time | relevance | path

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

/system/bt/osi/test/fuzzers/compat/
Dfuzz_compat.cc51 size_t len_to_cpy = dataProvider.ConsumeIntegralInRange<size_t>(0, buf_size); in LLVMFuzzerTestOneInput() local
53 reinterpret_cast<char*>(bytes.data()), len_to_cpy); in LLVMFuzzerTestOneInput()
55 reinterpret_cast<char*>(bytes.data()), len_to_cpy); in LLVMFuzzerTestOneInput()