Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/symbolizer/
Dbreakpad_parser_unittest.cc46 constexpr char kTestFileContents[] = in TEST() local
51 ASSERT_TRUE(parser.ParseFromString(kTestFileContents)); in TEST()
58 constexpr char kTestFileContents[] = in TEST() local
63 ASSERT_TRUE(parser.ParseFromString(kTestFileContents)); in TEST()
74 constexpr char kTestFileContents[] = in TEST() local
81 ASSERT_TRUE(parser.ParseFromString(kTestFileContents)); in TEST()
100 constexpr char kTestFileContents[] = in TEST() local
105 ASSERT_TRUE(parser.ParseFromString(kTestFileContents)); in TEST()
118 constexpr char kTestFileContents[] = in TEST() local
125 ASSERT_TRUE(parser.ParseFromString(kTestFileContents)); in TEST()
[all …]
Dbreakpad_symbolizer_unittest.cc45 constexpr char kTestFileContents[] = variable
59 constexpr ssize_t kTestFileLength = base::ArraySize(kTestFileContents);
65 base::WriteAll(test_file.fd(), kTestFileContents, kTestFileLength); in TEST()