Searched refs:find_mono_dll (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/mscoree/ |
H A D | metahost.c | 60 static BOOL find_mono_dll(LPCWSTR path, LPWSTR dll_path, int abi_version); 136 if (!find_mono_dll(This->mono_path, mono_dll_path, This->mono_abi_version)) goto fail; in load_mono() 561 static BOOL find_mono_dll(LPCWSTR path, LPWSTR dll_path, int abi_version) in find_mono_dll() function 644 return find_mono_dll(path, dll_path, abi_version); in get_mono_path_from_registry() 661 found = find_mono_dll(mono_path, mono_dll_path, abi_version); in get_mono_path_from_folder()
|