Searched defs:RawFile (Results 1 – 2 of 2) sorted by relevance
58 struct RawFile { struct64 … explicit RawFile(const std::string &path) : filePath(path), offset(0L), length(0L), pf(nullptr) {} in RawFile() argument66 ~RawFile() in ~RawFile() argument74 bool open() in open()
57 typedef struct RawFile RawFile; typedef