Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dfileutils.c1086 attributes_to_mode(DWORD attr) in attributes_to_mode() function
1116 result->st_mode = attributes_to_mode(info->dwFileAttributes); in _Py_attribute_data_to_stat()
1162 result->st_mode = attributes_to_mode(info->FileAttributes); in _Py_stat_basic_info_to_stat()