Home
last modified time | relevance | path

Searched refs:ST_RELATIME (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstatvfs.h43 #define ST_RELATIME 4096 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dstatvfs.h40 #define ST_RELATIME 4096 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstatvfs.h43 #define ST_RELATIME 4096 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstatvfs.h43 #define ST_RELATIME 4096 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstatvfs.h43 #define ST_RELATIME 4096 macro
/third_party/musl/include/sys/
H A Dstatvfs.h44 #define ST_RELATIME 4096 macro
/third_party/rust/crates/nix/src/sys/
H A Dstatvfs.rs63 ST_RELATIME;
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs240 pub const ST_RELATIME: ::c_ulong = 4096; consts
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs840 /// `ST_RELATIME`
842 const RELATIME = libc::ST_RELATIME as u64;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs836 pub const ST_RELATIME: ::c_ulong = 4096; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1591 pub const ST_RELATIME: ::c_ulong = 4096; consts
/third_party/python/Modules/
H A Dposixmodule.c15354 #ifdef ST_RELATIME in all_ins()
15355 if (PyModule_AddIntMacro(m, ST_RELATIME)) return -1; in all_ins()
15356 #endif /* ST_RELATIME */ in all_ins()

Completed in 39 milliseconds