Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c1117 HANDLE hFindFile; in attributes_from_dir() local
1119 hFindFile = FindFirstFileA(pszFile, &FileData); in attributes_from_dir()
1120 if (hFindFile == INVALID_HANDLE_VALUE) in attributes_from_dir()
1122 FindClose(hFindFile); in attributes_from_dir()
1135 HANDLE hFindFile; in attributes_from_dir_w() local
1137 hFindFile = FindFirstFileW(pszFile, &FileData); in attributes_from_dir_w()
1138 if (hFindFile == INVALID_HANDLE_VALUE) in attributes_from_dir_w()
1140 FindClose(hFindFile); in attributes_from_dir_w()
2295 HANDLE hFindFile; in posix_listdir() local
2325 hFindFile = FindFirstFileW(wnamebuf, &wFileData); in posix_listdir() local
[all …]
/external/python/cpython3/Modules/
Dposixmodule.c1589 HANDLE hFindFile; in attributes_from_dir() local
1591 hFindFile = FindFirstFileW(pszFile, &FileData); in attributes_from_dir()
1592 if (hFindFile == INVALID_HANDLE_VALUE) in attributes_from_dir()
1594 FindClose(hFindFile); in attributes_from_dir()
3461 HANDLE hFindFile = INVALID_HANDLE_VALUE; in _listdir_windows_no_opendir() local
3495 hFindFile = FindFirstFileW(wnamebuf, &wFileData); in _listdir_windows_no_opendir() local
3497 if (hFindFile == INVALID_HANDLE_VALUE) { in _listdir_windows_no_opendir()
3528 result = FindNextFileW(hFindFile, &wFileData); in _listdir_windows_no_opendir()
3540 if (hFindFile != INVALID_HANDLE_VALUE) { in _listdir_windows_no_opendir()
3541 if (FindClose(hFindFile) == FALSE) { in _listdir_windows_no_opendir()
/external/syzkaller/sys/windows/
Dwindows.txt21 FindClose(hFindFile HANDLE)
27 FindNextFileA(hFindFile HANDLE, lpFindFileData ptr[inout, intptr])