Home | History | Annotate | Download | only in base

Lines Matching refs:FileTimeAsUint64

184 uint64 FileTimeAsUint64(const FILETIME& ft) {
1229 "start time: " << FileTimeAsUint64(start_filetime) << ", " <<
1230 "creation time: " << FileTimeAsUint64(file_creation_filetime);
1233 "creation time: " << FileTimeAsUint64(file_creation_filetime) << ", " <<
1234 "end time: " << FileTimeAsUint64(end_filetime);