Home
last modified time | relevance | path

Searched defs:_FILETIME (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dminwindef.h222 typedef struct _FILETIME { struct
226 #define _FILETIME_ argument
Dwincred.h32 typedef struct _FILETIME { struct
37 typedef struct _FILETIME *PFILETIME; argument
Dwtypesbase.h119 typedef struct _FILETIME { struct
123 typedef struct _FILETIME *PFILETIME; argument
Dminwinbase.h41 typedef struct _FILETIME { struct
42 DWORD dwLowDateTime;
43 DWORD dwHighDateTime;
Dlmaccess.h761 typedef struct _FILETIME { struct
762 DWORD dwLowDateTime;
763 DWORD dwHighDateTime;
Dwabdefs.h65 typedef struct _FILETIME { struct
66 DWORD dwLowDateTime;
67 DWORD dwHighDateTime;
Dmapidefs.h63 typedef struct _FILETIME { struct
64 DWORD dwLowDateTime;
65 DWORD dwHighDateTime;
Doledb.h586 typedef struct _FILETIME { struct
587 DWORD dwLowDateTime;
588 DWORD dwHighDateTime;
/aosp_15_r20/external/python/cpython2/Lib/ctypes/
Dwintypes.py130 _FILETIME = FILETIME variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/
H A Dwintypes.py131 _FILETIME = FILETIME variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/
Dwintypes.py131 _FILETIME = FILETIME variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/
Dwintypes.py131 _FILETIME = FILETIME variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/
Dwintypes.py131 _FILETIME = FILETIME variable
/aosp_15_r20/external/python/cpython3/Lib/ctypes/
Dwintypes.py131 _FILETIME = FILETIME variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/
Dwintypes.py131 _FILETIME = FILETIME variable
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs61513 pub struct _FILETIME { struct
61519 const UNINIT: ::std::mem::MaybeUninit<_FILETIME> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout__FILETIME() argument