/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 31 #define S_IFDIR 0040000 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | stat.h | 31 #define S_IFDIR 0040000 macro
|
/third_party/musl/include/sys/ |
D | stat.h | 31 #define S_IFDIR 0040000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 31 #define S_IFDIR 0040000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 31 #define S_IFDIR 0040000 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 31 #define S_IFDIR 0040000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 31 #define S_IFDIR 0040000 macro
|
/third_party/openssl/ohos_lite/ |
D | e_os.h | 120 # define S_IFDIR _S_IFDIR macro
|
/third_party/python/Lib/ |
D | stat.py | 36 S_IFDIR = 0o040000 # directory variable
|
/third_party/openssl/ |
D | e_os.h | 74 # define S_IFDIR _S_IFDIR macro
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 58 # define S_IFDIR _S_IFDIR macro
|
/third_party/typescript/src/harness/ |
D | vfsUtil.ts | 28 const S_IFDIR = 0o040000; // directory constant
|
/third_party/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 418 pub const S_IFDIR: ::mode_t = 16384; constant
|
/third_party/rust/crates/libc/src/windows/ |
D | mod.rs | 144 pub const S_IFDIR: ::c_int = 16384; constant
|
/third_party/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 861 pub const S_IFDIR: ::mode_t = 16384; constant
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 244 pub const S_IFDIR: mode_t = 16384; constant
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 605 pub const S_IFDIR: ::c_int = 0o040_000; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 174 pub const S_IFDIR: mode_t = 16384; constant
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 216 pub const S_IFDIR: c_short = 0x4000; constant
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 747 pub const S_IFDIR: ::c_int = 0x4000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 515 pub const S_IFDIR: ::mode_t = 16384; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 758 pub const S_IFDIR: ::mode_t = 16384; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 569 pub const S_IFDIR: mode_t = 16384; constant
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1306 pub const S_IFDIR: mode_t = 16384; constant
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1839 pub const S_IFDIR: ::mode_t = 0x4000; constant
|