Home
last modified time | relevance | path

Searched refs:ST_RDONLY (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstatvfs.h32 #define ST_RDONLY 1 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dstatvfs.h29 #define ST_RDONLY 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstatvfs.h32 #define ST_RDONLY 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstatvfs.h32 #define ST_RDONLY 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstatvfs.h32 #define ST_RDONLY 1 macro
/third_party/musl/include/sys/
H A Dstatvfs.h33 #define ST_RDONLY 1 macro
/third_party/musl/libc-test/src/api/
H A Dsys_statvfs.c23 C(ST_RDONLY) in f()
/third_party/ltp/testcases/kernel/syscalls/mount_setattr/
H A Dmount_setattr01.c52 TCASE_ENTRY(MOUNT_ATTR_RDONLY, ST_RDONLY),
/third_party/selinux/libselinux/src/
H A Dinit.c44 if (!(vfsbuf.f_flag & ST_RDONLY)) { in verify_selinuxmnt()
/third_party/rust/crates/nix/src/sys/
H A Dstatvfs.rs20 ST_RDONLY;
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs837 /// `ST_RDONLY`
838 const RDONLY = libc::ST_RDONLY as u64;
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs320 pub const ST_RDONLY: ::c_ulong = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs885 pub const ST_RDONLY: ::c_ulong = 1; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1864 pub const ST_RDONLY: ::c_ulong = 0x01; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1583 pub const ST_RDONLY: ::c_ulong = 1; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1259 pub const ST_RDONLY: ::c_ulong = 1; consts
/third_party/python/Modules/
H A Dposixmodule.c15322 #ifdef ST_RDONLY in all_ins()
15323 if (PyModule_AddIntMacro(m, ST_RDONLY)) return -1; in all_ins()
15324 #endif /* ST_RDONLY */ in all_ins()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2299 pub const ST_RDONLY: ::c_ulong = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1735 pub const ST_RDONLY: ::c_ulong = 1; consts

Completed in 94 milliseconds