Searched refs:bufferToFile (Results 1 – 4 of 4) sorted by relevance
/external/oss-fuzz/projects/binutils/ |
D | fuzz_bfd.c | 23 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/ |
D | fuzz_pcap.c | 10 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()
|
D | fuzz_both.c | 11 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/ |
D | fuzz_initfile.cc | 41 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()
|