Home
last modified time | relevance | path

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

/system/core/adb/
Dadb.c913 FILE* fnul; in start_logging() local
920 fnul = fopen( "NUL", "rt" ); in start_logging()
921 if (fnul != NULL) in start_logging()
922 stdin[0] = fnul[0]; in start_logging()
926 flog = fnul; in start_logging()