Searched refs:library_path (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/base/platform/ |
D | platform.h | 264 SharedLibraryAddress(const std::string& library_path, uintptr_t start, in SharedLibraryAddress() 266 : library_path(library_path), start(start), end(end), aslr_slide(0) {} in SharedLibraryAddress() 267 SharedLibraryAddress(const std::string& library_path, uintptr_t start, in SharedLibraryAddress() 269 : library_path(library_path), in SharedLibraryAddress() 274 std::string library_path; member
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | BUILD.gn | 219 library_path = ".\\vk_swiftshader.dll" 221 library_path = "./libvk_swiftshader.dylib" 223 library_path = "./libvk_swiftshader.so" 232 "--library_path", 233 library_path,
|
D | vk_swiftshader_icd.json.tmpl | 4 "library_path": "${ICD_LIBRARY_PATH}",
|
D | write_icd_json.py | 29 data['ICD']['library_path'] = args.library_path
|
/third_party/vulkan-loader/ |
D | README_OpenHarmony.md | 35 Vulkan-Loader会根据GPU驱动的**json清单文件**中配置的`library_path`找到GPU驱动的动态链接库文件(.so文件)并加载。 43 "library_path": "path to driver library", 86 "library_path": "libvulkan_swapchain.so",
|
/third_party/vulkan-loader/loader/ |
D | loader.c | 1889 cJSON *library_path; in loader_read_layer_json() local 2044 library_path = cJSON_GetObjectItem(layer_node, "library_path"); in loader_read_layer_json() 2046 if (NULL != library_path) { in loader_read_layer_json() 2056 temp = cJSON_Print(library_path); in loader_read_layer_json() 3316 char *library_path = NULL; in loader_parse_icd_manifest() local 3375 library_path = cJSON_Print(item); in loader_parse_icd_manifest() 3376 if (!library_path || strlen(library_path) == 0) { in loader_parse_icd_manifest() 3382 size_t library_path_len = strlen(library_path); in loader_parse_icd_manifest() 3385 memmove(library_path, &library_path[1], library_path_len - 2); in loader_parse_icd_manifest() 3387 library_path[library_path_len - 2] = '\0'; in loader_parse_icd_manifest() [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | VulkanTester.cpp | 136 …fout << R"raw({ "file_format_version": "1.0.0", "ICD": { "library_path": ")raw" << driverPath << R… in ScopedSetIcdFilenames()
|
/third_party/opencl-headers/src/ |
D | opencl_wrapper.cpp | 68 static bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) in LoadLibraryFromPath() argument 74 *handle_ptr = dlopen(library_path.c_str(), RTLD_NOW | RTLD_LOCAL); in LoadLibraryFromPath()
|
/third_party/node/deps/v8/src/logging/ |
D | log.h | 230 void SharedLibraryEvent(const std::string& library_path, uintptr_t start,
|
D | log.cc | 995 LOG(isolate_, SharedLibraryEvent(address.library_path, address.start, in Engage() 1093 void Logger::SharedLibraryEvent(const std::string& library_path, in SharedLibraryEvent() argument 1098 msg << "shared-library" << kNext << library_path.c_str() << kNext in SharedLibraryEvent()
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | xcode_emulation.py | 932 for library_path in self._Settings().get("LIBRARY_SEARCH_PATHS", []): 933 ldflags.append("-L" + gyp_to_build_path(library_path))
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | xcode_emulation.py | 932 for library_path in self._Settings().get("LIBRARY_SEARCH_PATHS", []): 933 ldflags.append("-L" + gyp_to_build_path(library_path))
|
/third_party/pulseaudio/src/pulsecore/ |
D | core-util.c | 156 char library_path[MAX_PATH]; in pa_win32_get_toplevel() local 159 if (!GetModuleFileName(handle, library_path, MAX_PATH)) in pa_win32_get_toplevel() 162 toplevel = pa_xstrdup(library_path); in pa_win32_get_toplevel()
|