Home | History | Annotate | Download | only in Python

Lines Matching refs:ftLastWriteTime

1041     filetime = (__int64)file_information.ftLastWriteTime.dwHighDateTime << 32 |
1042 file_information.ftLastWriteTime.dwLowDateTime;