Searched refs:fd_log (Results 1 – 1 of 1) sorted by relevance
22 static int fd_log; variable35 fd_log = open("./term.log", O_WRONLY | O_CREAT | O_APPEND, 0644); in LLVMFuzzerInitialize()36 if (fd_log == -1) { in LLVMFuzzerInitialize()114 writev(fd_log, iov, ARRAYSIZE(iov)); in LLVMFuzzerTestOneInput()