Home
last modified time | relevance | path

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

/external/chromium_org/components/feedback/
Dfeedback_common_unittest.cc22 const char kLogsAttachmentName[] = "system_logs.zip"; variable
78 EXPECT_EQ(kLogsAttachmentName, report.product_specific_binary_data(0).name()); in TEST_F()
Dfeedback_common.cc24 const char kLogsAttachmentName[] = "system_logs.zip"; variable
156 base::FilePath(kLogsFilename), kLogsAttachmentName, in CompressLogs()