Searched refs:lchmod (Results 1 – 20 of 20) sorted by relevance
1 Ensure :func:`os.lchmod` is never defined on Linux.
405 lchmod = os.lchmod variable in _NormalAccessor407 def lchmod(self, pathobj, mode): member in _NormalAccessor1271 def lchmod(self, mode): member in Path1278 self._accessor.lchmod(self, mode)
135 stat_func, chmod_func = os.lstat, os.lchmod
318 os.lchmod(src_link, stat.S_IRWXO|stat.S_IRWXG)320 os.lchmod(dst_link, stat.S_IRWXO)326 os.lchmod(dst_link, stat.S_IRWXO)330 os.lchmod(dst_link, stat.S_IRWXO)364 os.lchmod(src_link, stat.S_IRWXO)508 os.lchmod(src_link, stat.S_IRWXU | stat.S_IRWXO)531 os.lchmod(src_link, stat.S_IRWXU | stat.S_IRWXO)651 os.lchmod(src_link, stat.S_IRWXU | stat.S_IRWXO)
3156 funcs.append((self.filenames, os.lchmod, 0o777))
357 Ensure :func:`os.lchmod` is never defined on Linux.
840 .. method:: Path.lchmod(mode)
1713 .. function:: lchmod(path, mode)
3137 # Force lchmod off for Linux. Linux disallows changing the mode of symbolic3138 # links. Some libc implementations have a stub lchmod implementation that always3141 AC_CHECK_FUNC(lchmod)
10635 ac_fn_c_check_func "$LINENO" "lchmod" "ac_cv_func_lchmod"
3578 # Force lchmod off for Linux. Linux disallows changing the mode of symbolic3579 # links. Some libc implementations have a stub lchmod implementation that always3582 AC_CHECK_FUNCS(lchmod)
551 /* Define to 1 if you have the `lchmod' function. */
11542 ac_fn_c_check_func "$LINENO" "lchmod" "ac_cv_func_lchmod"
2828 result = lchmod(path->narrow, mode); in os_chmod_impl()2930 res = lchmod(path->narrow, mode); in os_lchmod_impl()
2166 fun:lchmod=uninstrumented
1119 .. function:: lchmod(path, mode)
1959 res = lchmod(path, i); in posix_lchmod()
2162 and ownership of an opened file, and ``lchmod(path, mode)`` changes
2166 and ownership of an opened file, and ``lchmod(path, mode)`` changes
895 PUBLIC d0240 0 lchmod