Searched refs:lib_path (Results 1 – 1 of 1) sorted by relevance
723 WCHAR mono_path[MAX_PATH], lib_path[MAX_PATH]; in find_runtimes() local741 strcpyW(lib_path, mono_path); in find_runtimes()742 strcatW(lib_path, libmono); in find_runtimes()743 strcatW(lib_path, runtimes[i].mono_libdir); in find_runtimes()744 strcatW(lib_path, mscorlib); in find_runtimes()746 if (GetFileAttributesW(lib_path) != INVALID_FILE_ATTRIBUTES) in find_runtimes()751 strcpyW(runtimes[i].mscorlib_path, lib_path); in find_runtimes()