Searched defs:hFindFile (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c930 HANDLE hFindFile; local
932 hFindFile = FindFirstFileA(pszFile, &FileData);
933 if (hFindFile == INVALID_HANDLE_VALUE)
935 FindClose(hFindFile);
948 HANDLE hFindFile; local
950 hFindFile = FindFirstFileW(pszFile, &FileData);
951 if (hFindFile == INVALID_HANDLE_VALUE)
953 FindClose(hFindFile);
2102 HANDLE hFindFile; local
2132 hFindFile local
[all...]

Completed in 17 milliseconds