Home
last modified time | relevance | path

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

/third_party/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,
506 pub const LOAD_LIBRARY_SEARCH_USER_DIRS: DWORD = consts::LOAD_LIBRARY_SEARCH_USER_DIRS; constant
/third_party/python/Modules/
Dposixmodule.c15408 …if (PyModule_AddIntConstant(m, "_LOAD_LIBRARY_SEARCH_USER_DIRS", LOAD_LIBRARY_SEARCH_USER_DIRS)) r… in all_ins()