Searched refs:IOOperation (Results 1 – 2 of 2) sorted by relevance
/external/bsdiff/ |
D | extents_file.cc | 35 return IOOperation(&FileInterface::Read, buf, count, bytes_read); in Read() 40 return IOOperation(&FileInterface::Write, buf, count, bytes_written); in Write() 80 bool ExtentsFile::IOOperation(bool (FileInterface::*io_op)(T*, size_t, size_t*), in IOOperation() function in bsdiff::ExtentsFile
|
/external/bsdiff/include/bsdiff/ |
D | extents_file.h | 64 bool IOOperation(bool (FileInterface::*io_op)(T*, size_t, size_t*),
|