Searched refs:library_path (Results 1 - 11 of 11) sorted by relevance
/third_party/vk-gl-cts/framework/platform/fuchsia/ |
H A D | tcuFuchsiaPlatform.cpp | 30 FuchsiaVkLibrary(const char* library_path) in FuchsiaVkLibrary() argument 31 : library_(library_path ? library_path : "libvulkan.so"), driver_(library_) {} in FuchsiaVkLibrary() 48 vk::Library* createLibrary(const char* library_path) const { in createLibrary() 49 return new FuchsiaVkLibrary(library_path); in createLibrary()
|
/third_party/node/deps/v8/src/base/platform/ |
H A 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/ |
H A D | write_icd_json.py | 23 parser.add_argument('--library_path', type=str, help='The file containing a list of directories to check for stale files') 29 data['ICD']['library_path'] = args.library_path
|
/third_party/vulkan-loader/loader/ |
H A D | loader.c | 1922 /* Processes a json manifest's library_path and the location of the json manifest to create the path of the library 1925 * If library_path is an absolute path, we do not prepend the base path of manifest_file_path 1927 * This function takes ownership of library_path - caller does not need to worry about freeing it. 1929 VkResult combine_manifest_directory_and_library_path(const struct loader_instance *inst, char *library_path, in combine_manifest_directory_and_library_path() argument 1931 assert(library_path && manifest_file_path && out_fullpath); in combine_manifest_directory_and_library_path() 1932 if (loader_platform_is_path_absolute(library_path)) { in combine_manifest_directory_and_library_path() 1933 *out_fullpath = library_path; in combine_manifest_directory_and_library_path() 1938 size_t library_path_len = strlen(library_path); in combine_manifest_directory_and_library_path() 1942 if (library_path[i] == DIRECTORY_SYMBOL) { in combine_manifest_directory_and_library_path() 1947 // Means that the library_path i in combine_manifest_directory_and_library_path() 2350 cJSON *library_path = loader_cJSON_GetObjectItem(layer_node, "library_path"); loader_read_layer_json() local [all...] |
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | VulkanTester.cpp | 125 // Generates a temporary icd.json file that sets library_path at the input driverPath, 136 fout << R"raw({ "file_format_version": "1.0.0", "ICD": { "library_path": ")raw" << driverPath << R"raw(", "api_version": "1.0.5" } } )raw"; in ScopedSetIcdFilenames()
|
/third_party/opencl-headers/src/ |
H A D | opencl_wrapper.cpp | 87 static bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) in LoadLibraryFromPath() argument 93 *handle_ptr = dlopen(library_path.c_str(), RTLD_NOW | RTLD_LOCAL); in LoadLibraryFromPath()
|
/third_party/node/deps/v8/src/logging/ |
H A D | log.h | 230 void SharedLibraryEvent(const std::string& library_path, uintptr_t start,
|
H A 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/pulseaudio/src/pulsecore/ |
H A D | core-util.c | 159 char library_path[MAX_PATH]; in pa_win32_get_toplevel() local 162 if (!GetModuleFileName(handle, library_path, MAX_PATH)) in pa_win32_get_toplevel() 165 toplevel = pa_xstrdup(library_path); in pa_win32_get_toplevel()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A 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/ |
H A D | xcode_emulation.py | 929 for library_path in self._Settings().get("LIBRARY_SEARCH_PATHS", []): 930 ldflags.append("-L" + gyp_to_build_path(library_path))
|
Completed in 26 milliseconds