Home
last modified time | relevance | path

Searched defs:RawFile (Results 1 – 2 of 2) sorted by relevance

/base/global/resmgr_standard/frameworks/resmgr/src/
Draw_file_manager.cpp58 struct RawFile { struct
64 … explicit RawFile(const std::string &path) : filePath(path), offset(0L), length(0L), pf(nullptr) {} in RawFile() argument
66 ~RawFile() in ~RawFile() argument
74 bool open() in open()
/base/global/resmgr_standard/interfaces/native/resource/include/
Draw_file.h57 typedef struct RawFile RawFile; typedef