Home
last modified time | relevance | path

Searched refs:WriteAtCurrentPosAndCheck (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/base/
H A Daddress_tracker_linux_unittest.cc819 ASSERT_TRUE(child_writer.WriteAtCurrentPosAndCheck(kMessage)); in TEST()
844 parent_writer.WriteAtCurrentPosAndCheck(kMessage); in MULTIPROCESS_TEST_MAIN()
850 if (!parent_writer.WriteAtCurrentPosAndCheck(kMessage)) in MULTIPROCESS_TEST_MAIN()
/aosp_15_r20/external/cronet/base/files/
H A Dfile.h215 bool WriteAtCurrentPosAndCheck(span<const uint8_t> data);
H A Dfile.cc157 bool File::WriteAtCurrentPosAndCheck(span<const uint8_t> data) { in WriteAtCurrentPosAndCheck() function in base::File