Searched refs:fbirthtime (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() 1302 case 'b': fxtime = fbirthtime; break; in assertion_file_time()
|
| /freebsd/contrib/libarchive/test_utils/ |
| H A D | test_main.c | 1470 FILETIME fxtime, fbirthtime, fatime, fmtime; in assertion_file_time() local 1487 r = GetFileTime(h, &fbirthtime, &fatime, &fmtime); in assertion_file_time() 1490 case 'b': fxtime = fbirthtime; break; in assertion_file_time()
|