Home
last modified time | relevance | path

Searched refs:LOAD_LIBRARY_SEARCH_USER_DIRS (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/libloading/src/os/windows/
Dmod.rs20 pub(crate) const LOAD_LIBRARY_SEARCH_USER_DIRS: DWORD = DWORD; constant
45 LOAD_LIBRARY_SEARCH_USER_DIRS,
510 pub const LOAD_LIBRARY_SEARCH_USER_DIRS: DWORD = consts::LOAD_LIBRARY_SEARCH_USER_DIRS; constant
/external/python/cpython3/Modules/
Dposixmodule.c15115 …if (PyModule_AddIntConstant(m, "_LOAD_LIBRARY_SEARCH_USER_DIRS", LOAD_LIBRARY_SEARCH_USER_DIRS)) r… in all_ins()