Home
last modified time | relevance | path

Searched refs:rawFileCount (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Draw_file_manager.cpp250 uint32_t rawFileCount = rawDir->fileNameCache.names.size(); in OH_ResourceManager_GetRawFileName() local
251 if (rawFileCount == 0 || index >= static_cast<int>(rawFileCount)) { in OH_ResourceManager_GetRawFileName()