Searched defs:RawFile (Results 1 – 4 of 4) sorted by relevance
62 struct RawFile { struct71 explicit RawFile(const std::string &path) : filePath(path), offset(0), length(0), in RawFile() argument74 ~RawFile() in ~RawFile() argument86 bool open() in open()
67 typedef struct RawFile RawFile; typedef
103 ### RawFile subsection