Home
last modified time | relevance | path

Searched refs:debug_fd (Results 1 - 2 of 2) sorted by relevance

/third_party/elfutils/src/
H A Dstrip.c123 static int debug_fd = -1; variable
1045 debug_fd = -1; in handle_elf()
1074 debug_fd = mkstemp (tmp_debug_fname); in handle_elf()
1075 if (unlikely (debug_fd == -1)) in handle_elf()
1155 debugelf = elf_begin (debug_fd, ELF_C_WRITE, NULL); in handle_elf()
2478 || fchmod (debug_fd, mode) != 0) in handle_elf()
2501 if (crc32_file (debug_fd, &debug_crc) != 0) in handle_elf()
2704 if (debug_fd >= 0) in cleanup_debug()
2712 close (debug_fd); in cleanup_debug()
2713 debug_fd in cleanup_debug()
[all...]
/third_party/backends/backend/
H A Dartec.c278 static int debug_fd = -1; variable
2805 (debug_fd > -1)) in sane_close()
2807 close (debug_fd); in sane_close()
3302 if (debug_fd != -1) in sane_start()
3304 close (debug_fd); in sane_start()
3305 debug_fd = -1; in sane_start()
3310 debug_fd = open ("artec.data.raw", in sane_start()
3312 if (debug_fd > -1) in sane_start()
3571 (debug_fd > -1)) in artec_sane_read()
3573 write (debug_fd, temp_bu in artec_sane_read()
[all...]

Completed in 7 milliseconds