Lines Matching refs:filet
1448 long long filet, filet_nsec; in assertion_file_time() local
1484 filet = (wintm.QuadPart - EPOC_TIME) / 10000000; in assertion_file_time()
1498 case 'a': filet = st.st_atime; break; in assertion_file_time()
1499 case 'm': filet = st.st_mtime; break; in assertion_file_time()
1500 case 'b': filet = 0; break; in assertion_file_time()
1507 case 'b': filet = st.st_birthtime; in assertion_file_time()
1510 if (filet == -1) { in assertion_file_time()
1532 if (filet < now - 10 || filet > now + 1) { in assertion_file_time()
1535 pathname, type, filet, now - filet); in assertion_file_time()
1539 } else if (filet != t || filet_nsec != nsec) { in assertion_file_time()
1542 pathname, type, filet, filet_nsec, t, nsec); in assertion_file_time()