Home
last modified time | relevance | path

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

/external/qemu/android/utils/
Dtempfile.h32 extern TempFile* tempfile_create( void );
Dtempfile.c54 tempfile_create( void ) in tempfile_create() function
/external/qemu/hw/
Dgoldfish_nand.c787 TempFile* tmp = tempfile_create(); in nand_add_dev()
/external/qemu/android/
Dmain.c1220 TempFile* tempIni = tempfile_create(); in main()