Home
last modified time | relevance | path

Searched refs:IOOperation (Results 1 – 2 of 2) sorted by relevance

/external/bsdiff/
Dextents_file.cc35 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/
Dextents_file.h64 bool IOOperation(bool (FileInterface::*io_op)(T*, size_t, size_t*),