Home
last modified time | relevance | path

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

/external/autotest/site_utils/rpm_control_system/
Drpm_logging_config.py78 def set_up_logging(log_filename_format=None, use_log_server=False): function
Drpm_dispatcher.py246 rpm_logging_config.set_up_logging(use_log_server=True)
Dfrontend_server.py366 email_handler = rpm_logging_config.set_up_logging(LOG_FILENAME_FORMAT)
Drpm_controller.py216 rpm_logging_config.set_up_logging,
229 rpm_logging_config.set_up_logging(
/external/e2fsprogs/e2fsck/
Dlogfile.c288 void set_up_logging(e2fsck_t ctx) in set_up_logging() function
De2fsck.h503 extern void set_up_logging(e2fsck_t ctx);
Dunix.c1375 set_up_logging(ctx); in main()