Home
last modified time | relevance | path

Searched refs:st_flags (Results 1 - 25 of 29) sorted by relevance

12

/third_party/rust/crates/nix/test/sys/
H A Dtest_stat.rs16 fstat(f.as_raw_fd()).unwrap().st_flags.into(), in test_chflags()
25 fstat(f.as_raw_fd()).unwrap().st_flags.into(), in test_chflags()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
H A Db64.rs24 pub st_flags: ::fflags_t,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
H A Db64.rs24 pub st_flags: ::fflags_t,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
H A Db64.rs24 pub st_flags: ::fflags_t,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
H A Db64.rs20 pub st_flags: ::fflags_t,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dpowerpc64.rs27 pub st_flags: ::fflags_t,
H A Dpowerpc.rs27 pub st_flags: ::fflags_t,
H A Dx86.rs27 pub st_flags: ::fflags_t,
H A Darm.rs30 pub st_flags: ::fflags_t,
/third_party/libuv/src/
H A Dfs-poll.c271 && a->st_flags == b->st_flags in statbuf_eq()
/third_party/node/deps/uv/src/
H A Dfs-poll.c271 && a->st_flags == b->st_flags in statbuf_eq()
/third_party/node/deps/uv/src/unix/
H A Dfs.c1453 dst->st_flags = src->st_flags; in uv__to_stat()
1464 dst->st_flags = 0; in uv__to_stat()
1487 dst->st_flags = src->st_flags; in uv__to_stat()
1492 dst->st_flags = 0; in uv__to_stat()
1504 dst->st_flags = 0; in uv__to_stat()
1580 buf->st_flags = 0; in uv__fs_statx()
/third_party/libuv/src/unix/
H A Dfs.c1342 dst->st_flags = src->st_flags; in uv__to_stat()
1353 dst->st_flags = 0; in uv__to_stat()
1376 dst->st_flags = src->st_flags; in uv__to_stat()
1381 dst->st_flags = 0; in uv__to_stat()
1393 dst->st_flags = 0; in uv__to_stat()
H A Dlinux.c1141 buf->st_flags = 0; in uv__statx_to_stat()
/third_party/python/Lib/test/
H A Dtest_posix.py938 self.assertTrue(hasattr(st, 'st_flags'))
941 flags = st.st_flags | stat.UF_IMMUTABLE
952 self.assertEqual(st.st_flags | stat.UF_IMMUTABLE, new_st.st_flags)
958 posix.chflags(target_file, st.st_flags)
974 self.assertTrue(hasattr(testfn_st, 'st_flags'))
985 flags = dummy_symlink_st.st_flags | stat.UF_IMMUTABLE
997 self.assertEqual(testfn_st.st_flags, new_testfn_st.st_flags)
998 self.assertEqual(dummy_symlink_st.st_flags | sta
[all...]
H A Dtest_tempfile.py1670 old_flags = os.stat(file1).st_flags
1672 new_flags = os.stat(file1).st_flags
1677 old_flags = os.stat(dir1).st_flags
1679 new_flags = os.stat(dir1).st_flags
H A Dtest_shutil.py545 self.assertEqual(dst_stat.st_flags, src_stat.st_flags)
939 if hasattr(os, 'lchflags') and hasattr(src_link_stat, 'st_flags'):
940 self.assertEqual(src_link_stat.st_flags, dst_link_stat.st_flags)
1121 if hasattr(os, 'chflags') and hasattr(file1_stat, 'st_flags'):
1122 self.assertEqual(getattr(file1_stat, 'st_flags'),
1123 getattr(file2_stat, 'st_flags'))
1157 if hasattr(os, 'lchflags') and hasattr(src_link_stat, 'st_flags'):
1158 self.assertEqual(src_link_stat.st_flags, dst_sta
[all...]
/third_party/python/Lib/
H A Dshutil.py395 if hasattr(st, 'st_flags'):
397 lookup("chflags")(dst, st.st_flags, follow_symlinks=follow)
861 return hasattr(st, 'st_flags') and st.st_flags in immutable_states
/third_party/libuv/test/
H A Dtest-fs.c1530 ASSERT_EQ(s->st_flags, t.st_flags); in TEST_IMPL()
1533 ASSERT_OK(s->st_flags); in TEST_IMPL()
/third_party/libuv/include/
H A Duv.h408 uint64_t st_flags; member
/third_party/libuv/include/uv_ndk/
H A Duv.h362 uint64_t st_flags; member
/third_party/node/deps/uv/include/
H A Duv.h364 uint64_t st_flags; member
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs255 pub st_flags: u32,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs158 pub st_flags: u32,
/third_party/libuv/src/win/
H A Dfs.c1785 /* Todo: set st_flags to something meaningful. Also provide a wrapper for in fs__stat_handle()
1788 statbuf->st_flags = 0; in fs__stat_handle()

Completed in 47 milliseconds

12