Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Drs_dir_asset_provider.h122 HANDLE hFind; in GetAssetList() local
123 … if ((hFind = FindFirstFile(dirPath.append("\\*").c_str(), &fileInfo)) != INVALID_HANDLE_VALUE) { in GetAssetList()
128 } while (FindNextFile(hFind, &fileInfo) != 0); in GetAssetList()
129 FindClose(hFind); in GetAssetList()