Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DTimeUtils.h65 #define ST_MTIME(st) st.st_mtimespec macro
69 #define ST_MTIME(st) st.st_mtim macro
DFileIO.h101 #define ST_MTIME(st) (st).ftLastWriteTime macro
/third_party/python/Lib/
Dstat.py16 ST_MTIME = 8 variable