Home
last modified time | relevance | path

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

/tools/security/fuzzing/orphans/gptfdisk/
Dsgdisk_fuzz.cc47 int tmpfd; in LLVMFuzzerTestOneInput() local
50 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()