Home
last modified time | relevance | path

Searched defs:ST_RDONLY (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dstatvfs.h29 #define ST_RDONLY 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstatvfs.h32 #define ST_RDONLY 1 macro
/third_party/musl/ndk_musl_include/sys/
Dstatvfs.h32 #define ST_RDONLY 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstatvfs.h32 #define ST_RDONLY 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstatvfs.h32 #define ST_RDONLY 1 macro
/third_party/musl/include/sys/
Dstatvfs.h32 #define ST_RDONLY 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstatvfs.h32 #define ST_RDONLY 1 macro
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs320 pub const ST_RDONLY: ::c_ulong = 1; constant
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs885 pub const ST_RDONLY: ::c_ulong = 1; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1259 pub const ST_RDONLY: ::c_ulong = 1; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1864 pub const ST_RDONLY: ::c_ulong = 0x01; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1583 pub const ST_RDONLY: ::c_ulong = 1; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2299 pub const ST_RDONLY: ::c_ulong = 1; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1735 pub const ST_RDONLY: ::c_ulong = 1; constant