Searched defs:pszFile (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A Dposixmodule.c1109 attributes_from_dir(LPCSTR pszFile, LPWIN32_FILE_ATTRIBUTE_DATA pfad) argument
1113 hFindFile = FindFirstFileA(pszFile, &FileData);
1127 attributes_from_dir_w(LPCWSTR pszFile, LPWIN32_FILE_ATTRIBUTE_DATA pfad) argument
1131 hFindFile = FindFirstFileW(pszFile, &FileData);
/external/python/cpython3/Modules/
H A Dposixmodule.c1482 attributes_from_dir(LPCWSTR pszFile, BY_HANDLE_FILE_INFORMATION *info, ULONG *reparse_tag) argument
1486 hFindFile = FindFirstFileW(pszFile, &FileData);

Completed in 139 milliseconds