Searched refs:hList (Results 1 – 3 of 3) sorted by relevance
606 HANDLE hList; in scandir() local610 hList = FindFirstFile((dirname + "\\*").c_str(), &FileData); in scandir()611 if (hList == INVALID_HANDLE_VALUE) { in scandir()633 if (!FindNextFile(hList, &FileData)) { in scandir()639 FindClose(hList); in scandir()
625 HANDLE hList; in scandir() local629 hList = FindFirstFile((dirname + "\\*").c_str(), &FileData); in scandir()630 if (hList == INVALID_HANDLE_VALUE) { in scandir()652 if (!FindNextFile(hList, &FileData)) { in scandir()658 FindClose(hList); in scandir()
2943 HANDLE hList; in app_isdir() local2957 hList = FindFirstFile(FileData.cFileName,&FileData); in app_isdir()2959 hList = FindFirstFile(name,&FileData); in app_isdir()2961 if (hList == INVALID_HANDLE_VALUE) return -1; in app_isdir()2962 FindClose(hList); in app_isdir()