Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Ddevice_tree.c166 char *tmpnam; in read_fstree() local
173 tmpnam = g_strdup_printf("%s/%s", dirname, de->d_name); in read_fstree()
175 if (lstat(tmpnam, &st) < 0) { in read_fstree()
176 error_report("%s cannot lstat %s", __func__, tmpnam); in read_fstree()
184 if (!g_file_get_contents(tmpnam, &val, &len, NULL)) { in read_fstree()
186 __func__, tmpnam); in read_fstree()
204 read_fstree(fdt, tmpnam); in read_fstree()
207 g_free(tmpnam); in read_fstree()