Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c3437 win32_lchmod(LPCWSTR path, int mode) in win32_lchmod() function
3559 result = win32_lchmod(path->wide, mode); in os_chmod_impl()
3724 res = win32_lchmod(path->wide, mode); in os_lchmod_impl()