OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fatime
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/libarchive/dist/cpio/
cpio_windows.c
179
FILETIME
fatime
, fmtime;
local
182
fatime
.dwLowDateTime = wintm.LowPart;
183
fatime
.dwHighDateTime = wintm.HighPart;
187
if (SetFileTime(handle, NULL, &
fatime
, &fmtime) == 0) {
/src/external/bsd/libarchive/dist/libarchive/
archive_write_disk_windows.c
2632
FILETIME
fatime
, fbtime, fmtime;
local
2667
fatime
.dwLowDateTime = wintm.LowPart;
2668
fatime
.dwHighDateTime = wintm.HighPart;
2682
if (SetFileTime(h, pfbtime, &
fatime
, &fmtime) == 0)
/src/external/bsd/libarchive/dist/test_utils/
test_main.c
1470
FILETIME fxtime, fbirthtime,
fatime
, fmtime;
local
1487
r = GetFileTime(h, &fbirthtime, &
fatime
, &fmtime);
1489
case 'a': fxtime =
fatime
; break;
2127
FILETIME
fatime
, fmtime;
local
2142
fatime
.dwLowDateTime = wintm.LowPart;
2143
fatime
.dwHighDateTime = wintm.HighPart;
2144
pat = &
fatime
;
Completed in 31 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026