Searched defs:RawFile (Results 1 – 2 of 2) sorted by relevance
61 struct RawFile { struct70 explicit RawFile(const std::string &path) : filePath(path), offset(0), length(0), in RawFile() function73 ~RawFile() in ~RawFile() argument85 bool open() in open()
69 typedef struct RawFile RawFile; typedef