Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c1637 HANDLE hFile, hFile2; in win32_xstat_impl() local
1695 hFile2 = CreateFileW( in win32_xstat_impl()
1700 if (hFile2 == INVALID_HANDLE_VALUE) in win32_xstat_impl()
1703 if (!get_target_path(hFile2, &target_path)) { in win32_xstat_impl()
1704 CloseHandle(hFile2); in win32_xstat_impl()
1708 if (!CloseHandle(hFile2)) { in win32_xstat_impl()