Home
last modified time | relevance | path

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

/system/core/adb/
Dadb.c964 FILE* flog; in start_logging() local
974 flog = fopen( temp, "at" ); in start_logging()
975 if (flog == NULL) in start_logging()
976 flog = fnul; in start_logging()
978 setvbuf( flog, NULL, _IONBF, 0 ); in start_logging()
980 stdout[0] = flog[0]; in start_logging()
981 stderr[0] = flog[0]; in start_logging()