Searched refs:path_strW (Results 1 – 1 of 1) sorted by relevance
12418 wchar_t *path_strW; in os_scandir_impl() local12444 path_strW = join_path_filenameW(iterator->path.wide, L"*.*"); in os_scandir_impl()12445 if (!path_strW) in os_scandir_impl()12449 iterator->handle = FindFirstFileW(path_strW, &iterator->file_data); in os_scandir_impl()12452 PyMem_Free(path_strW); in os_scandir_impl()