Searched defs:FileMap (Results 1 – 2 of 2) sorted by relevance
48 struct FileMap { struct49 uint64_t start;50 uint64_t end;51 uint64_t offset;
173 uint8_t *FileMap(const std::string &path) in GetFileSize() function