Searched defs:libraryPath (Results 1 – 2 of 2) sorted by relevance
45 readonly string libraryPath; field in Grpc.Core.Internal.UnmanagedLibrary133 private static IntPtr PlatformSpecificLoadLibrary(string libraryPath, out string errorMsg) in PlatformSpecificLoadLibrary()160 …ix(Func<string, int, IntPtr> dlopenFunc, Func<IntPtr> dlerrorFunc, string libraryPath, out string … in LoadLibraryPosix() argument
14 public String libraryPath; field in FlutterRunArguments