Home
last modified time | relevance | path

Searched refs:temp_fd (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dtrace-event-info.c612 int temp_fd; in tracing_data_get() local
622 temp_fd = open(tdata->temp_file, O_RDWR); in tracing_data_get()
623 if (temp_fd < 0) { in tracing_data_get()
633 output_fd = temp_fd; in tracing_data_get()
/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c34 static int temp_fd; variable
44 fd = dup(temp_fd); in open_test_file()
1485 temp_fd = mkstemp(temp_file); in main()
1486 g_assert(temp_fd >= 0); in main()
1523 close(temp_fd); in main()