Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/binutils/
Dfuzz_bfd.c23 static int bufferToFile(char * name, const uint8_t *Data, size_t Size) { in bufferToFile() function
52 if (bufferToFile(tmpfilename, Data, Size) < 0) { in LLVMFuzzerTestOneInput()
/external/libpcap/testprogs/fuzz/
Dfuzz_pcap.c10 static int bufferToFile(const char * name, const uint8_t *Data, size_t Size) { in bufferToFile() function
55 if (bufferToFile("/tmp/fuzz.pcap", Data, Size) < 0) { in LLVMFuzzerTestOneInput()
Dfuzz_both.c11 static int bufferToFile(const char * name, const uint8_t *Data, size_t Size) { in bufferToFile() function
67 if (bufferToFile("/tmp/fuzz.pcap", Data+1+filterSize, Size-(1+filterSize)) < 0) { in LLVMFuzzerTestOneInput()
/external/oss-fuzz/projects/mysql-server/targets/
Dfuzz_initfile.cc41 static int bufferToFile(const char * name, const uint8_t *Data, size_t Size) { in bufferToFile() function
108 bufferToFile("/tmp/initfuzz.sql", Data, Size); in LLVMFuzzerTestOneInput()