Searched refs:ST_ATIME (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Tools/scripts/ |
H A D | copytime.py | 7 from stat import ST_ATIME, ST_MTIME # Really constants 7 and 8 namespace 20 os.utime(file2, (stat1[ST_ATIME], stat1[ST_MTIME]))
|
/third_party/lzma/CPP/Windows/ |
H A D | TimeUtils.h | 66 #define ST_ATIME(st) st.st_atimespec
macro 70 #define ST_ATIME(st) st.st_atim
macro
|
/third_party/python/Lib/distutils/ |
H A D | file_util.py | 101 from stat import ST_ATIME, ST_MTIME, ST_MODE, S_IMODE namespace 158 os.utime(dst, (st[ST_ATIME], st[ST_MTIME]))
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | FileStreams.cpp | 487 if (aTime) FiTime_To_FILETIME (ST_ATIME(st), *aTime);
in GetProps() 522 FiTime_To_FILETIME (ST_ATIME(st), props->ATime);
in GetProps2() 557 case kpidATime: PropVariant_SetFrom_FiTime(prop, ST_ATIME(st)); break;
in GetProperty()
|
/third_party/python/Lib/ |
H A D | stat.py | 15 ST_ATIME = 7 variable
|
Completed in 3 milliseconds