Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/libloading/src/os/windows/
Dmod.rs476 pub const LOAD_LIBRARY_SEARCH_SYSTEM32: LOAD_LIBRARY_FLAGS = 0x00000800; constant
/aosp_15_r20/external/python/cpython2/Modules/expat/
Dloadlibrary.c47 #define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 macro
Dxmlparse.c84 # define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 macro
/aosp_15_r20/external/curl/lib/
H A Dsystem_win32.c145 #define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dlibloaderapi.h69 #define LOAD_LIBRARY_SEARCH_SYSTEM32 0x800 macro
/aosp_15_r20/external/python/cpython3/Modules/expat/
Dxmlparse.c121 # define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 macro
/aosp_15_r20/external/expat/expat/lib/
H A Dxmlparse.c141 # define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 macro
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dtypes_windows.go2455 LOAD_LIBRARY_SEARCH_SYSTEM32 = 0x800 const
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs3480 pub const LOAD_LIBRARY_SEARCH_SYSTEM32: u32 = 2048; constant