Home
last modified time | relevance | path

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

/base/global/resource_management/interfaces/inner_api/include/
Dresource_manager.h41 struct RawFile { struct
43 long offset;
46 long length;
48 FILE *pf;
50 std::unique_ptr<uint8_t[]> buffer;
/base/global/resource_management/frameworks/resmgr/src/
Draw_file_manager.cpp59 struct RawFile { struct
66 explicit RawFile(const std::string &path) : filePath(path), offset(0L), length(0L), in RawFile() argument
69 ~RawFile() in ~RawFile() argument
81 bool open() in open()
/base/global/resource_management/interfaces/native/resource/include/
Draw_file.h57 typedef struct RawFile RawFile; typedef