Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/files/
H A Dfile_util.h776 BASE_EXPORT bool CopyFileContentsWithSendfile(File& infile,
H A Dfile_util_unittest.cc4786 TEST_F(FileUtilTest, CopyFileContentsWithSendfile) { in TEST_F() argument
4815 ASSERT_TRUE(internal::CopyFileContentsWithSendfile(from, to, retry_slow)); in TEST_F()
4846 ASSERT_FALSE(internal::CopyFileContentsWithSendfile(from, to, retry_slow)); in TEST_F()
4877 internal::CopyFileContentsWithSendfile(pipe_read, to, retry_slow)); in TEST_F()
4904 internal::CopyFileContentsWithSendfile(from, to_sock, retry_slow)); in TEST_F()
4914 internal::CopyFileContentsWithSendfile(from_sock, to, retry_slow)); in TEST_F()
4934 ASSERT_FALSE(internal::CopyFileContentsWithSendfile(from, to, retry_slow)) in TEST_F()
H A Dfile_util.cc178 internal::CopyFileContentsWithSendfile(infile, outfile, retry_slow); in CopyFileContents()
H A Dfile_util_posix.cc1353 bool CopyFileContentsWithSendfile(File& infile, in CopyFileContentsWithSendfile() function