Lines Matching refs:filet
1420 long long filet, filet_nsec; in assertion_file_time() local
1456 filet = (wintm.QuadPart - EPOC_TIME) / 10000000; in assertion_file_time()
1470 case 'a': filet = st.st_atime; break; in assertion_file_time()
1471 case 'm': filet = st.st_mtime; break; in assertion_file_time()
1472 case 'b': filet = 0; break; in assertion_file_time()
1479 case 'b': filet = st.st_birthtime; in assertion_file_time()
1482 if (filet == -1) { in assertion_file_time()
1504 if (filet < now - 10 || filet > now + 1) { in assertion_file_time()
1507 pathname, type, filet, now - filet); in assertion_file_time()
1511 } else if (filet != t || filet_nsec != nsec) { in assertion_file_time()
1514 pathname, type, filet, filet_nsec, t, nsec); in assertion_file_time()