Searched defs:HFILE (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libcxx/utils/google-benchmark/cmake/ |
H A D | HandleGTest.cmake | 88 set(HFILE g${HEADER}/g${HEADER}.h) variable
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | minwindef.h | 207 typedef int HFILE; typedef
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 61510 pub type HFILE = ::std::os::raw::c_int; typedef 71845 pub fn OpenFile(lpFileName: LPCSTR, lpReOpenBuff: LPOFSTRUCT, uStyle: UINT) -> HFILE; in OpenFile() 71848 pub fn _lopen(lpPathName: LPCSTR, iReadWrite: ::std::os::raw::c_int) -> HFILE; in _lopen() 71851 pub fn _lcreat(lpPathName: LPCSTR, iAttribute: ::std::os::raw::c_int) -> HFILE; in _lcreat() 71854 pub fn _lread(hFile: HFILE, lpBuffer: LPVOID, uBytes: UINT) -> UINT; in _lread() 71857 pub fn _lwrite(hFile: HFILE, lpBuffer: LPCCH, uBytes: UINT) -> UINT; in _lwrite() 71861 hFile: HFILE, in _hread() 71868 hFile: HFILE, in _hwrite() 71874 pub fn _lclose(hFile: HFILE) -> HFILE; in _lclose() 71877 pub fn _llseek(hFile: HFILE, lOffset: LONG, iOrigin: ::std::os::raw::c_int) -> LONG; in _llseek()
|