Home
last modified time | relevance | path

Searched defs:CreateFileA (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/freetype/builds/windows/
H A Dftsystem.c210 CreateFileA( LPCSTR lpFileName, in CreateFileA() function
260 CreateFileA( LPCSTR lpFileName, in CreateFileA() function
/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dwin32.py44 CreateFileA = _stdcall_libraries['kernel32'].CreateFileA variable
/aosp_15_r20/external/python/pyserial/serial/
Dwin32.py57 CreateFileA = _stdcall_libraries['kernel32'].CreateFileA variable
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_dbg_win32_handles.h70 #define CreateFileA(nm,d1,d2,sd,d3,d4,h) apr_dbg_rv(CreateFileA,(nm,d1,d2,sd,d3,d4,h)) macro
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs63964 pub fn CreateFileA( in CreateFileA() function