Home
last modified time | relevance | path

Searched defs:lchmod (Results 1 – 4 of 4) sorted by relevance

/external/python/pyfakefs/pyfakefs/
Dfake_pathlib.py109 lchmod = _wrap_strfunc(lambda fs, path, mode: FakeFilesystem.chmod( variable in _FakeAccessor
112 def lchmod(self, pathobj, mode): member in _FakeAccessor
Dfake_filesystem.py4190 def lchmod(self, path, mode): member in FakeOsModule
/external/python/parse_type/tasks/_vendor/
Dpathlib.py366 lchmod = _wrap_strfunc(os.lchmod) variable in _NormalAccessor
368 def lchmod(self, pathobj, mode): member in _NormalAccessor
1119 def lchmod(self, mode): member in Path
/external/python/cpython3/Lib/
Dpathlib.py413 lchmod = os.lchmod variable in _NormalAccessor
415 def lchmod(self, pathobj, mode): member in _NormalAccessor
1330 def lchmod(self, mode): member in Path