reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
569 if (!sys::fs::is_regular_file(Dylib)) 570 return make_error<StringError>("\"" + Dylib + "\" is not a regular file", 573 if (sys::DynamicLibrary::LoadLibraryPermanently(Dylib.c_str(), &ErrMsg))