Home
last modified time | relevance | path

Searched refs:ST_NOATIME (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dstatvfs.h38 #define ST_NOATIME 1024 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstatvfs.h41 #define ST_NOATIME 1024 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstatvfs.h41 #define ST_NOATIME 1024 macro
/third_party/musl/ndk_musl_include/sys/
Dstatvfs.h41 #define ST_NOATIME 1024 macro
/third_party/musl/include/sys/
Dstatvfs.h41 #define ST_NOATIME 1024 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstatvfs.h41 #define ST_NOATIME 1024 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstatvfs.h41 #define ST_NOATIME 1024 macro
/third_party/python/Modules/
Dposixmodule.c15141 #ifdef ST_NOATIME in all_ins()
15142 if (PyModule_AddIntMacro(m, ST_NOATIME)) return -1; in all_ins()
/third_party/python/Doc/library/
Dos.rst2876 (append-only file), :const:`ST_IMMUTABLE` (immutable file), :const:`ST_NOATIME`
2893 :const:`ST_IMMUTABLE`, :const:`ST_NOATIME`, :const:`ST_NODIRATIME`,