Searched refs:fatime (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | main.c | 1282 FILETIME fxtime, fbirthtime, fatime, fmtime; in assertion_file_time() local 1299 r = GetFileTime(h, &fbirthtime, &fatime, &fmtime); in assertion_file_time() 1301 case 'a': fxtime = fatime; break; in assertion_file_time() 1807 FILETIME fatime, fmtime; in assertion_utimes() local 1822 fatime.dwLowDateTime = wintm.LowPart; in assertion_utimes() 1823 fatime.dwHighDateTime = wintm.HighPart; in assertion_utimes() 1824 pat = &fatime; in assertion_utimes()
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_main.c | 1453 FILETIME fxtime, fbirthtime, fatime, fmtime; in assertion_file_time() local 1470 r = GetFileTime(h, &fbirthtime, &fatime, &fmtime); in assertion_file_time() 1472 case 'a': fxtime = fatime; break; in assertion_file_time() 2110 FILETIME fatime, fmtime; in assertion_utimes() local 2125 fatime.dwLowDateTime = wintm.LowPart; in assertion_utimes() 2126 fatime.dwHighDateTime = wintm.HighPart; in assertion_utimes() 2127 pat = &fatime; in assertion_utimes()
|