Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_main.cpp167 FILE* flog; in start_logging() local
177 flog = fopen( temp, "at" ); in start_logging()
178 if (flog == NULL) in start_logging()
179 flog = fnul; in start_logging()
181 setvbuf( flog, NULL, _IONBF, 0 ); in start_logging()
183 stdout[0] = flog[0]; in start_logging()
184 stderr[0] = flog[0]; in start_logging()