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