Searched defs:fnul (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dadb.c615 FILE* fnul; local
622 fnul = fopen( "NUL", "rt" );
623 if (fnul != NULL)
624 stdin[0] = fnul[0];
628 flog = fnul;

Completed in 45 milliseconds