HomeSort by relevance Sort by last modified time
    Searched refs:SetLogFlags (Results 1 - 3 of 3) sorted by null

  /external/libbrillo/brillo/
syslog_logging_unittest.cc 22 SetLogFlags(kLogToStderr);
25 SetLogFlags(0);
28 SetLogFlags(old_flags);
syslog_logging.h 26 BRILLO_EXPORT void SetLogFlags(int log_flags);
syslog_logging.cc 78 void SetLogFlags(int log_flags) {
102 SetLogFlags(init_flags);

Completed in 5781 milliseconds