Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds