Home
last modified time | relevance | path

Searched refs:st_flags (Results 1 – 25 of 36) sorted by relevance

12

/external/e2fsprogs/lib/e2p/
Dgetflags.c41 if (buf.st_flags & UF_IMMUTABLE) in getflags()
45 if (buf.st_flags & UF_APPEND) in getflags()
49 if (buf.st_flags & UF_NODUMP) in getflags()
Dfgetflags.c58 if (buf.st_flags & UF_IMMUTABLE) in fgetflags()
62 if (buf.st_flags & UF_APPEND) in fgetflags()
66 if (buf.st_flags & UF_NODUMP) in fgetflags()
/external/python/cpython2/Lib/test/
Dtest_posix.py457 chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)
466 self.assertEqual(st.st_flags | stat.UF_IMMUTABLE, new_st.st_flags)
472 posix.chflags(target_file, st.st_flags)
495 dummy_symlink_st.st_flags | stat.UF_IMMUTABLE)
506 self.assertEqual(testfn_st.st_flags, new_testfn_st.st_flags)
507 self.assertEqual(dummy_symlink_st.st_flags | stat.UF_IMMUTABLE,
508 new_dummy_symlink_st.st_flags)
510 posix.lchflags(_DUMMY_SYMLINK, dummy_symlink_st.st_flags)
/external/python/cpython3/Modules/
Dparsermodule.c189 PyCompilerFlags st_flags; /* Parser and compiler flags */ member
339 o->st_flags = _PyCompilerFlags_INIT; in parser_newstobject()
478 mod = PyAST_FromNodeObject(self->st_node, &self->st_flags, in parser_compilest()
484 &self->st_flags, -1, arena); in parser_compilest()
584 ((PyST_Object *)res)->st_flags.cf_flags = flags & PyCF_MASK; in parser_do_parse()
585 ((PyST_Object *)res)->st_flags.cf_feature_version = PY_MINOR_VERSION; in parser_do_parse()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
Db64.rs20 pub st_flags: ::fflags_t, field
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
Db64.rs24 pub st_flags: ::fflags_t, field
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
Db64.rs24 pub st_flags: ::fflags_t, field
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dpowerpc64.rs27 pub st_flags: ::fflags_t,
Dx86.rs27 pub st_flags: ::fflags_t,
Darm.rs30 pub st_flags: ::fflags_t,
/external/python/cpython3/Lib/test/
Dtest_posix.py902 flags = st.st_flags | stat.UF_IMMUTABLE
913 self.assertEqual(st.st_flags | stat.UF_IMMUTABLE, new_st.st_flags)
919 posix.chflags(target_file, st.st_flags)
945 flags = dummy_symlink_st.st_flags | stat.UF_IMMUTABLE
957 self.assertEqual(testfn_st.st_flags, new_testfn_st.st_flags)
958 self.assertEqual(dummy_symlink_st.st_flags | stat.UF_IMMUTABLE,
959 new_dummy_symlink_st.st_flags)
961 fn(_DUMMY_SYMLINK, dummy_symlink_st.st_flags)
Dtest_shutil.py515 self.assertEqual(dst_stat.st_flags, src_stat.st_flags)
901 self.assertEqual(src_link_stat.st_flags, dst_link_stat.st_flags)
1120 self.assertEqual(src_link_stat.st_flags, dst_stat.st_flags)
/external/e2fsprogs/doc/RelNotes/
Dv1.16.txt57 On the Alpha, glibc declares st_flags although it isn't actually used;
/external/e2fsprogs/
Dconfigure.ac1085 dnl See if struct stat has a st_flags field, in which case we can get file
1088 AC_MSG_CHECKING(whether struct stat has a st_flags field)
1091 [struct stat stat; stat.st_flags = 0;],
1096 AC_MSG_CHECKING(whether st_flags field is useful)
1099 [struct stat stat; stat.st_flags |= UF_IMMUTABLE;],
1105 [Define to 1 if struct stat has st_flags])
Dconfigure13056 struct stat stat; stat.st_flags = 0;
13083 struct stat stat; stat.st_flags |= UF_IMMUTABLE;
/external/python/cpython2/Modules/
Dparsermodule.c167 PyCompilerFlags st_flags; /* Parser and compiler flags */ member
303 o->st_flags.cf_flags = 0; in parser_newstobject()
463 mod = PyAST_FromNode(self->st_node, &(self->st_flags), str, arena); in parser_compilest()
465 res = (PyObject *)PyAST_Compile(mod, str, &(self->st_flags), arena); in parser_compilest()
581 ((PyST_Object *)res)->st_flags.cf_flags = flags & PyCF_MASK; in parser_do_parse()
/external/python/cpython2/Lib/
Dshutil.py117 os.chflags(dst, st.st_flags)
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs117 pub st_flags: u32,
/external/python/cpython3/Lib/
Dshutil.py396 lookup("chflags")(dst, st.st_flags, follow_symlinks=follow)
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs237 pub st_flags: u32,
/external/e2fsprogs/lib/
Dconfig.h.in436 /* Define to 1 if struct stat has st_flags */
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs122 pub st_flags: u32,
/external/python/cpython2/
Dpyconfig.h.in746 /* Define to 1 if `st_flags' is a member of `struct stat'. */
/external/python/cpython3/
Dpyconfig.h.in1073 /* Define to 1 if `st_flags' is a member of `struct stat'. */
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs142 pub st_flags: u32,

12