Searched refs:MAX_ATEXIT_FDS (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/utils/
H A Dtempfile.c134 #define MAX_ATEXIT_FDS 16 macro
138 int fds[ MAX_ATEXIT_FDS ];
144 if (t->count < MAX_ATEXIT_FDS)
148 __FUNCTION__, MAX_ATEXIT_FDS);

Completed in 43 milliseconds