Home
last modified time | relevance | path

Searched defs:CopyFileContents (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
H A Dcopy_file_linux.cc26 int CopyFileContents(int dst_fd, int src_fd, off_t size) { in CopyFileContents() function
H A Dcopy_file_portable.cc27 int CopyFileContents(int dst_fd, int src_fd, off_t size) { in CopyFileContents() function
/aosp_15_r20/external/cronet/base/files/
H A Dfile_util.cc174 bool CopyFileContents(File& infile, File& outfile) { in CopyFileContents() function
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_util_posix.cc154 bool CopyFileContents(File* infile, File* outfile) { in CopyFileContents() function