HomeSort by relevance Sort by last modified time
    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 816 /* this could be a writable temporary file. use atexit_close_fd to ensure
820 atexit_close_fd(rwfd);

Completed in 106 milliseconds