Home
last modified time | relevance | path

Searched refs:LOAD_LIBRARY_SEARCH_APPLICATION_DIR (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/libloading/src/os/windows/
Dmod.rs16 pub(crate) const LOAD_LIBRARY_SEARCH_APPLICATION_DIR: DWORD = DWORD; constant
41 LOAD_LIBRARY_SEARCH_APPLICATION_DIR,
471 pub const LOAD_LIBRARY_SEARCH_APPLICATION_DIR: DWORD = consts::LOAD_LIBRARY_SEARCH_APPLICATION_DIR; constant
/external/python/cpython3/PC/
Dgetpathp.c1128 hPython3 = LoadLibraryExW(PY3_DLLNAME, NULL, LOAD_LIBRARY_SEARCH_APPLICATION_DIR); in _Py_CheckPython3()
/external/python/cpython3/Modules/
Dposixmodule.c15113 …_AddIntConstant(m, "_LOAD_LIBRARY_SEARCH_APPLICATION_DIR", LOAD_LIBRARY_SEARCH_APPLICATION_DIR)) r… in all_ins()