Searched refs:tmp_fd (Results 1 – 1 of 1) sorted by relevance
280 int tmp_fd = open(filename, O_RDONLY | O_BINARY); in check_file() local282 if (tmp_fd < 0) { in check_file()288 if (fstat(tmp_fd, sbuf) < 0) { in check_file()294 close(tmp_fd); in check_file()
Completed in 3 milliseconds