Home
last modified time | relevance | path

Searched refs:chflags (Results 1 – 25 of 42) sorted by relevance

12

/external/e2fsprogs/lib/e2p/
Dfsetflags.c75 return chflags (name, bsd_flags); in fsetflags()
/external/python/cpython2/Lib/test/
Dtest_shutil.py364 old_chflags = os.chflags
367 os.chflags = make_chflags_raiser(err)
370 os.chflags = make_chflags_raiser(errno.EOPNOTSUPP + errno.ENOTSUP)
373 os.chflags = old_chflags
Dtest_posix.py472 posix.chflags(target_file, st.st_flags)
476 self._test_chflags_regular_file(posix.chflags, test_support.TESTFN)
/external/python/cpython2/Doc/library/
Dstat.rst291 The following flags can be used in the *flags* argument of :func:`os.chflags`:
341 See the \*BSD or Mac OS systems man page :manpage:`chflags(2)` for more information.
Dos.rst1033 .. function:: chflags(path, flags)
1111 Set the flags of *path* to the numeric *flags*, like :func:`chflags`, but do not
/external/python/cpython3/Doc/library/
Dstat.rst351 The following flags can be used in the *flags* argument of :func:`os.chflags`:
401 See the \*BSD or Mac OS systems man page :manpage:`chflags(2)` for more information.
Dshutil.rst140 * If ``os.chflags in os.supports_follow_symlinks`` is
142 a symbolic link. (``os.chflags`` is not available on
Dos.rst1634 .. function:: chflags(path, flags, *, follow_symlinks=True)
1654 .. audit-event:: os.chflags path,flags os.chflags
1773 Set the flags of *path* to the numeric *flags*, like :func:`chflags`, but do
1775 ``os.chflags(path, flags, follow_symlinks=False)``.
1777 .. audit-event:: os.chflags path,flags os.lchflags
/external/python/cpython2/Lib/
Dshutil.py117 os.chflags(dst, st.st_flags)
/external/e2fsprogs/lib/ext2fs/
Dmkjournal.c465 (void) chflags (jfile, 0); in ext2fs_add_journal_inode2()
/external/python/cpython3/Lib/
Dtempfile.py790 _os.chflags(path, 0)
/external/python/cpython3/Lib/test/
Dtest_posix.py919 posix.chflags(target_file, st.st_flags)
923 self._test_chflags_regular_file(posix.chflags, support.TESTFN)
928 self._test_chflags_regular_file(posix.chflags, support.TESTFN, follow_symlinks=False)
941 return posix.chflags(path, flags, follow_symlinks=False)
Dtest_tempfile.py1495 os.chflags(os.path.join(root, name), flags)
1496 os.chflags(root, flags)
Dtest_shutil.py925 old_chflags = os.chflags
928 os.chflags = make_chflags_raiser(err)
931 os.chflags = make_chflags_raiser(errno.EOPNOTSUPP + errno.ENOTSUP)
934 os.chflags = old_chflags
/external/python/cpython2/Misc/NEWS.d/
D2.7b1.rst330 chflags() (for example ZFS under FreeBSD). The error is now silenced.
D2.7.3rc1.rst1619 Correct faulty configure checks so that os.chflags() and os.lchflags() are
1829 Add additional tests for os.chflags() and os.lchflags(). Patch by Garrett
/external/e2fsprogs/
Dconfigure.ac1086 dnl flags somewhat portably. Also check for the analogous setter, chflags().
1136 chflags
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1474 pub fn chflags(path: *const ::c_char, flags: ::c_uint) -> ::c_int; in chflags() function
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1375 pub fn chflags(path: *const ::c_char, flags: ::c_ulong) -> ::c_int; in chflags() function
/external/python/cpython2/
Dconfigure.ac3258 # On Tru64, chflags seems to be present, but calling it will
3260 AC_CACHE_CHECK([for chflags], [ac_cv_have_chflags], [dnl
3266 if(chflags(argv[0], 0) != 0)
3276 AC_CHECK_FUNC([chflags], [ac_cv_have_chflags="yes"], [ac_cv_have_chflags="no"])
3279 AC_DEFINE(HAVE_CHFLAGS, 1, [Define to 1 if you have the 'chflags' function.])
Dpyconfig.h.in109 /* Define to 1 if you have the 'chflags' function. */
/external/e2fsprogs/lib/
Dconfig.h.in93 /* Define to 1 if you have the `chflags' function. */
/external/python/cpython3/
Dconfigure.ac3870 # On Tru64, chflags seems to be present, but calling it will
3872 AC_CACHE_CHECK([for chflags], [ac_cv_have_chflags], [dnl
3878 if(chflags(argv[0], 0) != 0)
3888 AC_CHECK_FUNC([chflags], [ac_cv_have_chflags="yes"], [ac_cv_have_chflags="no"])
3891 AC_DEFINE(HAVE_CHFLAGS, 1, [Define to 1 if you have the 'chflags' function.])
Dpyconfig.h.in118 /* Define to 1 if you have the 'chflags' function. */
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1857 pub fn chflags(path: *const ::c_char, flags: ::c_ulong) -> ::c_int; in chflags() function

12