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

/system/core/adb/
H A Dadb.c831 FILE* fnul; local
838 fnul = fopen( "NUL", "rt" );
839 if (fnul != NULL)
840 stdin[0] = fnul[0];
844 flog = fnul;

Completed in 7 milliseconds