Searched defs:RawFile (Results 1 – 3 of 3) sorted by relevance
41 struct RawFile { struct43 long offset;46 long length;48 FILE *pf;50 std::unique_ptr<uint8_t[]> buffer;
59 struct RawFile { struct66 explicit RawFile(const std::string &path) : filePath(path), offset(0L), length(0L), in RawFile() argument69 ~RawFile() in ~RawFile() argument81 bool open() in open()
57 typedef struct RawFile RawFile; typedef