Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c1863 HANDLE hFindFile; in attributes_from_dir() local
1880 hFindFile = FindFirstFileW(filename, &FileData); in attributes_from_dir()
1884 if (hFindFile == INVALID_HANDLE_VALUE) { in attributes_from_dir()
1887 FindClose(hFindFile); in attributes_from_dir()
4041 HANDLE hFindFile = INVALID_HANDLE_VALUE; in _listdir_windows_no_opendir() local
4075 hFindFile = FindFirstFileW(wnamebuf, &wFileData); in _listdir_windows_no_opendir() local
4077 if (hFindFile == INVALID_HANDLE_VALUE) { in _listdir_windows_no_opendir()
4108 result = FindNextFileW(hFindFile, &wFileData); in _listdir_windows_no_opendir()
4120 if (hFindFile != INVALID_HANDLE_VALUE) { in _listdir_windows_no_opendir()
4121 if (FindClose(hFindFile) in _listdir_windows_no_opendir()
[all...]
/third_party/sqlite/src/
H A Dshell.c4887 HANDLE hFindFile; in statTimesToUtc() local
4894 hFindFile = FindFirstFileW(zUnicodeName, &fd); in statTimesToUtc()
4895 if( hFindFile!=NULL ){ in statTimesToUtc()
4899 FindClose(hFindFile); in statTimesToUtc()

Completed in 44 milliseconds