Home
last modified time | relevance | path

Searched refs:RawDir (Results 1 - 2 of 2) sorted by relevance

/interface/sdk_c/global/resource_management/include/rawfile/
H A Draw_dir.h45 struct RawDir;
55 typedef struct RawDir RawDir; typedef
62 * @param rawDir Indicates the pointer to {@link RawDir}.
63 * @param index Indicates the file index in {@link RawDir}.
71 const char *OH_ResourceManager_GetRawFileName(RawDir *rawDir, int index);
74 * @brief get the count of the raw files in {@link RawDir}.
78 * @param rawDir Indicates the pointer to {@link RawDir}.
83 int OH_ResourceManager_GetRawFileCount(RawDir *rawDir);
86 * @brief Closes an opened {@link RawDir} an
[all...]
H A Draw_file_manager.h80 * @param resMgr Indicates the pointer to {@link RawDir}.
95 * @return Returns the pointer to {@link RawDir}. If failed or mgr is nullptr also returns nullptr.
102 RawDir *OH_ResourceManager_OpenRawDir(const NativeResourceManager *mgr, const char *dirName);

Completed in 2 milliseconds