Searched defs:RawWriter (Results 1 – 1 of 1) sorted by relevance
30 RawWriter(const std::string path, uint64_t offset) : fd_(-1), path_(path), offset_(offset) {} in RawWriter() function31 RawWriter(const std::string path, uint64_t startAddr, uint64_t offset) : fd_(-1), in RawWriter() function