OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atexit_close_fd
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/utils/
tempfile.h
42
** Call '
atexit_close_fd
' on a newly open-ed file descriptor to indicate
49
extern void
atexit_close_fd
(int fd);
tempfile.c
176
atexit_close_fd
(int fd)
function
/external/qemu/hw/
goldfish_nand.c
793
/* this could be a writable temporary file. use
atexit_close_fd
to ensure
797
atexit_close_fd
(rwfd);
Completed in 209 milliseconds