Home | History | Annotate | Download | only in Common

Lines Matching refs:ft2

793       const FILETIME *ft2 = NULL;

795 ft2 = &dirItems.Items[pair2.DirIndex].MTime;
797 ft2 = &arcItems[pair2.ArcIndex].MTime;
798 if (ft2)
800 if (::CompareFileTime(&ft, ft2) < 0)
801 ft = *ft2;