Home
last modified time | relevance | path

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

/external/qemu/android/utils/
Dtempfile.c80 int tempfd = -1; in tempfile_create() local
91 tempfd = mkstemp( template ); in tempfile_create()
92 if (tempfd < 0) { in tempfile_create()
96 close(tempfd); in tempfile_create()