Home
last modified time | relevance | path

Searched refs:CopyFileContentsWithSendfile (Results 1 – 4 of 4) sorted by relevance

/external/cronet/base/files/
Dfile_util.h712 BASE_EXPORT bool CopyFileContentsWithSendfile(File& infile,
Dfile_util.cc178 internal::CopyFileContentsWithSendfile(infile, outfile, retry_slow); in CopyFileContents()
Dfile_util_unittest.cc4666 TEST_F(FileUtilTest, CopyFileContentsWithSendfile) { in TEST_F() argument
4695 ASSERT_TRUE(internal::CopyFileContentsWithSendfile(from, to, retry_slow)); in TEST_F()
4726 ASSERT_FALSE(internal::CopyFileContentsWithSendfile(from, to, retry_slow)); in TEST_F()
4757 internal::CopyFileContentsWithSendfile(pipe_read, to, retry_slow)); in TEST_F()
4784 internal::CopyFileContentsWithSendfile(from, to_sock, retry_slow)); in TEST_F()
4794 internal::CopyFileContentsWithSendfile(from_sock, to, retry_slow)); in TEST_F()
4814 ASSERT_FALSE(internal::CopyFileContentsWithSendfile(from, to, retry_slow)) in TEST_F()
Dfile_util_posix.cc1286 bool CopyFileContentsWithSendfile(File& infile, in CopyFileContentsWithSendfile() function