Searched refs:CopyFileContentsWithSendfile (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_util.h | 776 BASE_EXPORT bool CopyFileContentsWithSendfile(File& infile,
|
H A D | file_util_unittest.cc | 4786 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 D | file_util.cc | 178 internal::CopyFileContentsWithSendfile(infile, outfile, retry_slow); in CopyFileContents()
|
H A D | file_util_posix.cc | 1353 bool CopyFileContentsWithSendfile(File& infile, in CopyFileContentsWithSendfile() function
|