Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/fuzz/
Dmessage_fuzzer.cpp144 struct iovec* iovecs = nullptr; in LLVMFuzzerTestOneInput() local
159 iovecs = new struct iovec[num_vecs]; in LLVMFuzzerTestOneInput()
161 iovecs[i] = *vector; in LLVMFuzzerTestOneInput()
172 if (iovecs != nullptr) in LLVMFuzzerTestOneInput()
173 delete[] iovecs; in LLVMFuzzerTestOneInput()