Lines Matching refs:kFileContent
334 static constexpr char kFileContent[] = "shared file"; in TEST_F() local
339 ASSERT_EQ(static_cast<size_t>(base::WriteAll(tx_file.fd(), kFileContent, in TEST_F()
340 sizeof(kFileContent))), in TEST_F()
341 sizeof(kFileContent)); in TEST_F()
358 char buf[sizeof(kFileContent)] = {}; in TEST_F()
362 ASSERT_STREQ(kFileContent, buf); in TEST_F()
378 static constexpr char kFileContent[] = "shared file"; in TEST_F() local
381 ASSERT_EQ(static_cast<size_t>(base::WriteAll(tx_file.fd(), kFileContent, in TEST_F()
382 sizeof(kFileContent))), in TEST_F()
383 sizeof(kFileContent)); in TEST_F()
398 char buf[sizeof(kFileContent)] = {}; in TEST_F()
402 ASSERT_STREQ(kFileContent, buf); in TEST_F()