OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempfile_create
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/utils/
tempfile.h
20
** create the file with
tempfile_create
(), which returns a reference to a TempFile
32
extern TempFile*
tempfile_create
( void );
tempfile.c
34
** create the file with
tempfile_create
(), which returns a reference to a TempFile
54
tempfile_create
( void )
function
/external/qemu/android/
main.c
[
all
...]
/external/qemu/hw/
goldfish_nand.c
764
TempFile* tmp =
tempfile_create
();
Completed in 751 milliseconds