Searched refs:kDummyData (Results 1 – 2 of 2) sorted by relevance
434 const std::string kDummyData = "nothing to be seen here"; in TEST_F() local435 EXPECT_TRUE(base::WriteFile(index_path, kDummyData)); in TEST_F()504 const std::string kDummyData = "nothing to be seen here"; in TEST_F() local505 EXPECT_TRUE(base::WriteFile(index_path, kDummyData)); in TEST_F()635 const std::string kDummyData = "nothing to be seen here"; in TEST_F() local636 EXPECT_TRUE(base::WriteFile(temp_index_path, kDummyData)); in TEST_F()
173 static const std::string kDummyData = in TestDataChannelSendAndReceive() local180 sizeLeft > kDummyData.length() ? kDummyData.length() : sizeLeft; in TestDataChannelSendAndReceive()181 buffer.data.AppendData(kDummyData.data(), chunkSize); in TestDataChannelSendAndReceive()