Searched defs:RawFile (Results 1 – 2 of 2) 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