Searched refs:tmpfd (Results 1 – 1 of 1) sorted by relevance
47 int tmpfd; in LLVMFuzzerTestOneInput() local50 tmpfd = mkstemp(partition_tmp_file); in LLVMFuzzerTestOneInput()51 if(tmpfd < 0) in LLVMFuzzerTestOneInput()53 write(tmpfd, data, size); in LLVMFuzzerTestOneInput()54 close(tmpfd); in LLVMFuzzerTestOneInput()