Lines Matching refs:kFileContent
357 static constexpr char kFileContent[] = "shared file"; in TEST_F() local
358 ASSERT_EQ(static_cast<size_t>(base::WriteAll(tx_file.fd(), kFileContent, in TEST_F()
359 sizeof(kFileContent))), in TEST_F()
360 sizeof(kFileContent)); in TEST_F()
384 char buf[sizeof(kFileContent)] = {}; in TEST_F()
388 ASSERT_STREQ(kFileContent, buf); in TEST_F()
403 static constexpr char kFileContent[] = "shared file"; in TEST_F() local
404 ASSERT_EQ(static_cast<size_t>(base::WriteAll(tx_file.fd(), kFileContent, in TEST_F()
405 sizeof(kFileContent))), in TEST_F()
406 sizeof(kFileContent)); in TEST_F()
428 char buf[sizeof(kFileContent)] = {}; in TEST_F()
432 ASSERT_STREQ(kFileContent, buf); in TEST_F()