Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/fuzz/
Dmessage_fuzzer.cpp148 std::vector<uint8_t> tmp_vec = fdp.ConsumeBytes<uint8_t>(iovec_size); in LLVMFuzzerTestOneInput() local
149 struct iovec* vector = reinterpret_cast<struct iovec*>(tmp_vec.data()); in LLVMFuzzerTestOneInput()