Searched defs:input_file (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/unix_file/
H A Dfd_file.cc295 bool FdFile::Copy(FdFile* input_file, int64_t offset, int64_t size) { argument
313 sendfile(Fd(), input_file->Fd(), &off, end - off));
320 if (lseek(input_file->Fd(), off, SEEK_SET) != off) {
332 if (!input_file->ReadFully(buffer.get(), chunk_size) ||

Completed in 309 milliseconds