Home | History | Annotate | Download | only in Python

Lines Matching refs:ftLastWriteTime

1023     filetime = (__int64)file_information.ftLastWriteTime.dwHighDateTime << 32 |

1024 file_information.ftLastWriteTime.dwLowDateTime;