Searched defs:CopyFileContents (Results 1 – 4 of 4) sorted by relevance
26 int CopyFileContents(int dst_fd, int src_fd, off_t size) { in CopyFileContents() function
27 int CopyFileContents(int dst_fd, int src_fd, off_t size) { in CopyFileContents() function
174 bool CopyFileContents(File& infile, File& outfile) { in CopyFileContents() function
154 bool CopyFileContents(File* infile, File* outfile) { in CopyFileContents() function