Home
last modified time | relevance | path

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

/external/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
/external/python/cpython2/Lib/
Dstat.py16 ST_MTIME = 8 variable
/external/python/cpython3/Lib/
Dstat.py16 ST_MTIME = 8 variable