Home
last modified time | relevance | path

Searched refs:library_path (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/engine/flutter/lib/ui/plugins/
Dcallback_cache.cc42 return LookupDartClosure(cb.name, cb.class_name, cb.library_path); in GetCallback()
49 const std::string& library_path) { in GetCallbackHandle() argument
54 hash += hasher(library_path); in GetCallbackHandle()
57 cache_[hash] = {name, class_name, library_path}; in GetCallbackHandle()
104 writer.String(cb.library_path.c_str()); in SaveCacheToDisk()
144 cb.library_path = representation[kLibraryPathKey].GetString(); in LoadCacheFromDisk()
152 const std::string& library_path) { in LookupDartClosure() argument
158 library_path.empty() ? Dart_Null() : ToDart(library_path); in LookupDartClosure()
Dcallback_cache.h22 std::string library_path; member
32 const std::string& library_path)
45 const std::string& library_path);
/third_party/boost/boost/dll/detail/demangling/
Dmangled_storage_base.hpp73 const boost::dll::fs::path& library_path, in mangled_storage_base()
75 : mangled_storage_base(library_info(library_path, throw_if_not_native_format).symbols()) in mangled_storage_base()
81 void load(const boost::dll::fs::path& library_path, in load()
85 add_symbols(library_info(library_path, throw_if_not_native_format).symbols()); in load()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DBUILD.gn219 library_path = ".\\vk_swiftshader.dll"
221 library_path = "./libvk_swiftshader.dylib"
223 library_path = "./libvk_swiftshader.so"
232 "--library_path",
233 library_path,
Dvk_swiftshader_icd.json.tmpl4 "library_path": "${ICD_LIBRARY_PATH}",
Dwrite_icd_json.py29 data['ICD']['library_path'] = args.library_path
/third_party/boost/boost/dll/
Dlibrary_info.hpp120 …explicit library_info(const boost::dll::fs::path& library_path, bool throw_if_not_native_format = … in library_info() argument
123 library_path, in library_info()
127 library_path.string().c_str(), // use narrow, since wide not available in library_info()
129 library_path.c_str(), in library_info()
/third_party/libusb/libusb/os/
Dwindows_common.c105 char library_path[MAX_PATH]; in load_system_library() local
109 length = GetSystemDirectoryA(library_path, sizeof(library_path)); in load_system_library()
110 if ((length == 0) || (length >= (UINT)sizeof(library_path))) { in load_system_library()
115 filename_start = library_path + length; in load_system_library()
118 if (length >= (UINT)sizeof(library_path)) { in load_system_library()
124 return LoadLibraryA(library_path); in load_system_library()
/third_party/flutter/engine/flutter/lib/ui/
Ddart_runtime_hooks.cc317 std::string library_path = GetFunctionLibraryUrl(func); in GetCallbackHandle() local
329 name, class_name, library_path))); in GetCallbackHandle()
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterCallbackCache.mm20 new_info.callbackLibraryPath = [NSString stringWithUTF8String:info->library_path.c_str()];
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_wrapper.cc76 bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) { in LoadLibraryFromPath() argument
81 *handle_ptr = dlopen(library_path.c_str(), RTLD_NOW | RTLD_LOCAL); in LoadLibraryFromPath()
90 MS_LOG(ERROR) << "load func (" << #func_name << ") from (" << library_path << ") failed!"; \ in LoadLibraryFromPath()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DVulkanTester.cpp136 …fout << R"raw({ "file_format_version": "1.0.0", "ICD": { "library_path": ")raw" << driverPath << R… in ScopedSetIcdFilenames()
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp64 bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) { in LoadLibraryFromPath() argument
69 *handle_ptr = dlopen(library_path.c_str(), RTLD_NOW | RTLD_LOCAL); in LoadLibraryFromPath()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcode_emulation.py809 for library_path in self._Settings().get('LIBRARY_SEARCH_PATHS', []):
810 ldflags.append('-L' + gyp_to_build_path(library_path))
/third_party/flutter/engine/flutter/shell/platform/android/
Dplatform_view_android_jni.cc248 cbInfo->library_path); in LookupCallbackInformation()
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c154 char library_path[MAX_PATH]; in pa_win32_get_toplevel() local
157 if (!GetModuleFileName(handle, library_path, MAX_PATH)) in pa_win32_get_toplevel()
160 toplevel = pa_xstrdup(library_path); in pa_win32_get_toplevel()
/third_party/node/tools/gyp/pylib/gyp/
Dxcode_emulation.py935 for library_path in self._Settings().get("LIBRARY_SEARCH_PATHS", []):
936 ldflags.append("-L" + gyp_to_build_path(library_path))