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

/system/core/adb/
H A Dadb.c617 FILE* fnul; local
624 fnul = fopen( "NUL", "rt" );
625 if (fnul != NULL)
626 stdin[0] = fnul[0];
630 flog = fnul;

Completed in 41 milliseconds