Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c1115 attributes_from_dir(LPCSTR pszFile, LPWIN32_FILE_ATTRIBUTE_DATA pfad) in attributes_from_dir() function
1165 if (!attributes_from_dir(path, &info)) { in win32_stat()
/external/python/cpython3/Modules/
Dposixmodule.c1587 attributes_from_dir(LPCWSTR pszFile, BY_HANDLE_FILE_INFORMATION *info, ULONG *reparse_tag) in attributes_from_dir() function
1667 if (!attributes_from_dir(path, &info, &reparse_tag)) in win32_xstat_impl()