Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/src/
Draw_file_manager.cpp62 struct RawFile { struct
71 explicit RawFile(const std::string &path) : filePath(path), offset(0), length(0), in RawFile() argument
74 ~RawFile() in ~RawFile() argument
86 bool open() in open()
/base/global/resource_management/interfaces/native/resource/include/
Draw_file.h67 typedef struct RawFile RawFile; typedef