Home
last modified time | relevance | path

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

/external/qemu/android/utils/
Dtempfile.c51 static TempFile* _all_tempfiles; variable
103 tempfile->next = _all_tempfiles; in tempfile_create()
104 _all_tempfiles = tempfile; in tempfile_create()
196 for (tempfile = _all_tempfiles; tempfile; tempfile = tempfile->next) in tempfile_atexit()