Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dreadconfig-test.c26 int cfgfd = -1; in qtest_init_with_config() local
31 cfgfd = g_file_open_tmp("readconfig-test-XXXXXX", &cfgpath, &error); in qtest_init_with_config()
33 g_assert_cmpint(cfgfd, >=, 0); in qtest_init_with_config()
35 ret = qemu_write_full(cfgfd, cfgdata, strlen(cfgdata)); in qtest_init_with_config()
36 close(cfgfd); in qtest_init_with_config()