Searched refs:dump_fd (Results 1 – 1 of 1) sorted by relevance
1525 const int dump_fd = mkstemp(makeCharVec(file_path_raw).data()); in writeRingbufferFilesInternal() local1526 if (dump_fd == -1) { in writeRingbufferFilesInternal()1530 unique_fd file_auto_closer(dump_fd); in writeRingbufferFilesInternal()1532 if (write(dump_fd, cur_block.data(), in writeRingbufferFilesInternal()