Searched refs:dllPath (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/examples/unityplugin/ |
D | README | 44 private const string dllPath = "webrtc_unity_plugin"; 47 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)] 51 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)] 54 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)] 57 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)] 60 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)] 63 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)] 66 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)] 69 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)] 75 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)] [all …]
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 476 HRESULT CCodecs::LoadDll(const FString &dllPath, bool needCheckDll, bool *loadedOK) in LoadDll() argument 484 if (!lib.LoadEx(dllPath, LOAD_LIBRARY_AS_DATAFILE)) in LoadDll() 490 lib.Path = dllPath; in LoadDll() 494 if (lib.Lib.Load(dllPath)) in LoadDll()
|