Home
last modified time | relevance | path

Searched defs:ST_ATIME (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
DTimeUtils.h66 #define ST_ATIME(st) st.st_atimespec macro
70 #define ST_ATIME(st) st.st_atim macro
/external/python/cpython2/Lib/
Dstat.py15 ST_ATIME = 7 variable
/external/python/cpython3/Lib/
Dstat.py15 ST_ATIME = 7 variable