Home
last modified time | relevance | path

Searched defs:S_IFDIR (Results 1 - 25 of 43) sorted by relevance

12

/third_party/libuv/test/
H A Dtest-getters-setters.c28 # define S_IFDIR _S_IFDIR macro
H A Dtest-fs.c54 # define S_IFDIR _S_IFDIR macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h31 #define S_IFDIR 0040000 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h31 #define S_IFDIR 0040000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h31 #define S_IFDIR 0040000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h31 #define S_IFDIR 0040000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h31 #define S_IFDIR 0040000 macro
/third_party/openssl/ohos_lite/
H A De_os.h120 # define S_IFDIR _S_IFDIR macro
/third_party/node/deps/openssl/openssl/
H A De_os.h74 # define S_IFDIR _S_IFDIR macro
/third_party/python/Lib/
H A Dstat.py36 S_IFDIR = 0o040000 # directory variable
/third_party/openssl/
H A De_os.h74 # define S_IFDIR _S_IFDIR macro
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h58 # define S_IFDIR _S_IFDIR macro
/third_party/musl/include/sys/
H A Dstat.h38 #define S_IFDIR 0040000 macro
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs418 pub const S_IFDIR: ::mode_t = 16384; consts
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs144 pub const S_IFDIR: ::c_int = 16384; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs174 pub const S_IFDIR: mode_t = 16384; consts
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs216 pub const S_IFDIR: c_short = 0x4000; consts
/third_party/rust/crates/libc/src/
H A Dwasi.rs244 pub const S_IFDIR: mode_t = 16384; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs861 pub const S_IFDIR: ::mode_t = 16384; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs747 pub const S_IFDIR: ::c_int = 0x4000; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs605 pub const S_IFDIR: ::c_int = 0o040_000; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs569 pub const S_IFDIR: mode_t = 16384; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs758 pub const S_IFDIR: ::mode_t = 16384; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs515 pub const S_IFDIR: ::mode_t = 16384; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1839 pub const S_IFDIR: ::mode_t = 0x4000; consts

Completed in 53 milliseconds

12