Searched refs:temp_fd (Results 1 – 2 of 2) sorted by relevance
613 int temp_fd; in tracing_data_get() local623 temp_fd = open(tdata->temp_file, O_RDWR); in tracing_data_get()624 if (temp_fd < 0) { in tracing_data_get()634 output_fd = temp_fd; in tracing_data_get()
1150 int ret, temp_fd; in read_gnu_debugdata() local1185 temp_fd = mkstemp(temp_filename); in read_gnu_debugdata()1186 if (temp_fd < 0) { in read_gnu_debugdata()1194 ret = lzma_decompress_stream_to_file(wrapped, temp_fd); in read_gnu_debugdata()1198 close(temp_fd); in read_gnu_debugdata()1202 elf_embedded = elf_begin(temp_fd, PERF_ELF_C_READ_MMAP, NULL); in read_gnu_debugdata()1207 close(temp_fd); in read_gnu_debugdata()1211 *fd_ret = temp_fd; in read_gnu_debugdata()
Completed in 40 milliseconds