/third_party/rust/crates/nix/test/sys/ |
H A D | test_stat.rs | 16 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 D | b64.rs | 24 pub st_flags: ::fflags_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
H A D | b64.rs | 24 pub st_flags: ::fflags_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
H A D | b64.rs | 24 pub st_flags: ::fflags_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
H A D | b64.rs | 20 pub st_flags: ::fflags_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | powerpc64.rs | 27 pub st_flags: ::fflags_t,
|
H A D | powerpc.rs | 27 pub st_flags: ::fflags_t,
|
H A D | x86.rs | 27 pub st_flags: ::fflags_t,
|
H A D | arm.rs | 30 pub st_flags: ::fflags_t,
|
/third_party/libuv/src/ |
H A D | fs-poll.c | 271 && a->st_flags == b->st_flags in statbuf_eq()
|
/third_party/node/deps/uv/src/ |
H A D | fs-poll.c | 271 && a->st_flags == b->st_flags in statbuf_eq()
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 1453 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 D | fs.c | 1342 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 D | linux.c | 1141 buf->st_flags = 0; in uv__statx_to_stat()
|
/third_party/python/Lib/test/ |
H A D | test_posix.py | 938 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 D | test_tempfile.py | 1670 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 D | test_shutil.py | 545 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 D | shutil.py | 395 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 D | test-fs.c | 1530 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 D | uv.h | 408 uint64_t st_flags; member
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 362 uint64_t st_flags; member
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 364 uint64_t st_flags; member
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 255 pub st_flags: u32,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 158 pub st_flags: u32,
|
/third_party/libuv/src/win/ |
H A D | fs.c | 1785 /* 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()
|