Home
last modified time | relevance | path

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

/external/python/cpython2/Misc/NEWS.d/next/Library/
D2018-09-12-14-46-51.bpo-34652.Rt1m1b.rst1 Ensure :func:`os.lchmod` is never defined on Linux.
/external/python/cpython3/Lib/
Dpathlib.py405 lchmod = os.lchmod variable in _NormalAccessor
407 def lchmod(self, pathobj, mode): member in _NormalAccessor
1271 def lchmod(self, mode): member in Path
1278 self._accessor.lchmod(self, mode)
Dshutil.py135 stat_func, chmod_func = os.lstat, os.lchmod
/external/python/cpython3/Lib/test/
Dtest_shutil.py318 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)
Dtest_os.py3156 funcs.append((self.filenames, os.lchmod, 0o777))
/external/python/cpython3/Misc/NEWS.d/
D3.7.1rc1.rst357 Ensure :func:`os.lchmod` is never defined on Linux.
/external/python/cpython3/Doc/library/
Dpathlib.rst840 .. method:: Path.lchmod(mode)
Dos.rst1713 .. function:: lchmod(path, mode)
/external/python/cpython2/
Dconfigure.ac3137 # Force lchmod off for Linux. Linux disallows changing the mode of symbolic
3138 # links. Some libc implementations have a stub lchmod implementation that always
3141 AC_CHECK_FUNC(lchmod)
Dconfigure10635 ac_fn_c_check_func "$LINENO" "lchmod" "ac_cv_func_lchmod"
/external/python/cpython3/
Dconfigure.ac3578 # Force lchmod off for Linux. Linux disallows changing the mode of symbolic
3579 # links. Some libc implementations have a stub lchmod implementation that always
3582 AC_CHECK_FUNCS(lchmod)
Dpyconfig.h.in551 /* Define to 1 if you have the `lchmod' function. */
Dconfigure11542 ac_fn_c_check_func "$LINENO" "lchmod" "ac_cv_func_lchmod"
/external/python/cpython3/Modules/
Dposixmodule.c2828 result = lchmod(path->narrow, mode); in os_chmod_impl()
2930 res = lchmod(path->narrow, mode); in os_lchmod_impl()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2166 fun:lchmod=uninstrumented
/external/python/cpython2/Doc/library/
Dos.rst1119 .. function:: lchmod(path, mode)
/external/python/cpython2/Modules/
Dposixmodule.c1959 res = lchmod(path, i); in posix_lchmod()
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2162 and ownership of an opened file, and ``lchmod(path, mode)`` changes
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2166 and ownership of an opened file, and ``lchmod(path, mode)`` changes
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym895 PUBLIC d0240 0 lchmod