Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dlogging_manager.py244 def stop_logging(self): member in _StreamManager
337 def stop_logging(self): member in LoggingManager
345 stream_manager.stop_logging()
583 def stop_logging(self): member in _FdRedirectionStreamManager
584 super(_FdRedirectionStreamManager, self).stop_logging()
Dlogging_manager_test.py187 manager.stop_logging()
244 manager.stop_logging()
/external/toybox/toys/pending/
Dbootchartd.c208 static void stop_logging(char *tmp_dir, char *prog) in stop_logging() function
297 stop_logging(tmp_dir, bchartd_opt == 1 ? toys.optargs[1] : NULL); in bootchartd_main()