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.cpp61 struct RawFile { struct
70 explicit RawFile(const std::string &path) : filePath(path), offset(0), length(0), in RawFile() function
73 ~RawFile() in ~RawFile() argument
85 bool open() in open()
/base/global/resource_management/interfaces/native/resource/include/
Draw_file.h69 typedef struct RawFile RawFile; typedef