Searched refs:sys_info_ (Results 1 – 3 of 3) sorted by relevance
15 , sys_info_(NULL) in BugReportData()63 sys_info_ = logs; // Will get deleted when SendReport() is called. in SyslogsComplete()
58 chromeos::LogDictionaryType* sys_info() const { return sys_info_; } in sys_info()79 chromeos::LogDictionaryType* sys_info_; variable
409 , send_sys_info_ ? sys_info_ : NULL in SendReport()414 if (sys_info_) { in SendReport()415 delete sys_info_; in SendReport()416 sys_info_ = NULL; in SendReport()