Android-cuttlefish cvd tool
Namespaces | Functions
fake_pread_pwrite.h File Reference
#include <stdint.h>
#include "cuttlefish/io/io.h"
#include "cuttlefish/result/result_type.h"
Include dependency graph for fake_pread_pwrite.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 

Functions

Result< uint64_t > cuttlefish::FakePRead (ReaderSeeker &reader_seeker, void *buf, uint64_t count, uint64_t offset)
 
Result< uint64_t > cuttlefish::FakePWrite (WriterSeeker &writer_seeker, const void *buf, uint64_t count, uint64_t offset)