Home
last modified time | relevance | path

Searched defs:libraryPath (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DUnmanagedLibrary.cs45 readonly string libraryPath; field in Grpc.Core.Internal.UnmanagedLibrary
133 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
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/
DFlutterRunArguments.java14 public String libraryPath; field in FlutterRunArguments