Home
last modified time | relevance | path

Searched refs:ST_NOATIME (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstatvfs.h41 #define ST_NOATIME 1024 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dstatvfs.h38 #define ST_NOATIME 1024 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstatvfs.h41 #define ST_NOATIME 1024 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstatvfs.h41 #define ST_NOATIME 1024 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstatvfs.h41 #define ST_NOATIME 1024 macro
/third_party/musl/include/sys/
H A Dstatvfs.h42 #define ST_NOATIME 1024 macro
/third_party/rust/crates/nix/src/sys/
H A Dstatvfs.rs55 ST_NOATIME;
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs818 /// `ST_NOATIME`
820 const NOATIME = libc::ST_NOATIME as u64;
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs894 pub const ST_NOATIME: ::c_ulong = 1024; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1867 pub const ST_NOATIME: ::c_ulong = 0x20; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1589 pub const ST_NOATIME: ::c_ulong = 1024; consts
/third_party/python/Modules/
H A Dposixmodule.c15348 #ifdef ST_NOATIME in all_ins()
15349 if (PyModule_AddIntMacro(m, ST_NOATIME)) return -1; in all_ins()
15350 #endif /* ST_NOATIME */ in all_ins()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2308 pub const ST_NOATIME: ::c_ulong = 1024; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1744 pub const ST_NOATIME: ::c_ulong = 1024; consts

Completed in 62 milliseconds