Home
last modified time | relevance | path

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

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