Home
last modified time | relevance | path

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

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