Home
last modified time | relevance | path

Searched defs:FILETIME (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/chrono/src/offset/local/
Dwin_bindings.rs29 pub struct FILETIME { struct
33 impl ::core::marker::Copy for FILETIME {} argument
34 impl ::core::clone::Clone for FILETIME { implementation
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/win/
Dwindows_types.h49 typedef struct _FILETIME FILETIME; typedef
/external/rust/crates/memmap2/src/
Dwindows.rs82 pub struct FILETIME { struct
83 pub dwLowDateTime: DWORD,
84 pub dwHighDateTime: DWORD,
/external/python/cpython2/Lib/ctypes/
Dwintypes.py127 class FILETIME(Structure): class
/external/python/cpython3/Lib/ctypes/
Dwintypes.py128 class FILETIME(ctypes.Structure): class
/external/lzma/C/Util/7z/
D7zMain.c327 } FILETIME; typedef
/external/crosvm/metrics/src/sys/windows/
Dsystem_metrics.rs460 fn compute_filetime_subtraction(fta: FILETIME, ftb: FILETIME) -> LONGLONG { in compute_filetime_subtraction()
/external/lzma/CPP/Common/
DMyWindows.h86 } FILETIME; typedef
/external/cronet/base/win/
Dwindows_types.h105 typedef struct _FILETIME FILETIME; typedef