Home
last modified time | relevance | path

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

/frameworks/av/media/ndk/fuzzer/
Dndk_mediaformat_fuzzer.cpp185 std::vector<std::string> nameCollection; in LLVMFuzzerTestOneInput() local
186 while (fdp.remaining_bytes() && nameCollection.size() < kMaxIteration) { in LLVMFuzzerTestOneInput()
197 find(nameCollection.begin(), nameCollection.end(), name); in LLVMFuzzerTestOneInput()
198 if (it == nameCollection.end()) { in LLVMFuzzerTestOneInput()
199 nameCollection.push_back(name); in LLVMFuzzerTestOneInput()