Home
last modified time | relevance | path

Searched refs:UF_OPAQUE (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Modules/
H A D_stat.c215 #ifndef UF_OPAQUE
216 # define UF_OPAQUE 0x00000008 macro
471 UF_OPAQUE: directory is opaque when viewed through a union stack\n\
547 ADD_INT_MACRO(module, UF_OPAQUE); in stat_exec()
/third_party/python/Lib/
H A Dstat.py117 UF_OPAQUE = 0x00000008 # directory is opaque when viewed through a union stack variable
/third_party/rust/crates/nix/src/sys/
H A Dstat.rs148 UF_OPAQUE;
/third_party/python/Lib/test/
H A Dtest_shutil.py2206 and hasattr(stat, 'UF_OPAQUE'),
2221 os.lchflags(TESTFN_SRC, stat.UF_OPAQUE)
2231 os.lchflags(TESTFN_SRC, stat.UF_OPAQUE)
2234 os.lchflags(TESTFN_DST, stat.UF_OPAQUE)
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1353 pub const UF_OPAQUE: ::c_ulong = 0x00000008; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1636 pub const UF_OPAQUE: ::c_uint = 0x00000008; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2258 pub const UF_OPAQUE: ::c_ulong = 0x00000008; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4601 pub const UF_OPAQUE: ::c_uint = 0x00000008; consts

Completed in 33 milliseconds