Home
last modified time | relevance | path

Searched defs:libPath (Results 1 – 7 of 7) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
DresampleLoader.c21 const static char *libPath = "/system/lib64/"; variable
23 const static char *libPath = "/system/lib/"; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/mindio/
Dmindio_adapter.cc40 auto libPath = common::GetEnv("MS_MINDIO_TTP_LIB_PATH"); in GetInstance() local
/third_party/vulkan-loader/loader/
Dvk_loader_platform.h372 static inline loader_platform_dl_handle loader_platform_open_driver(const char *libPath) { in loader_platform_open_driver()
375 static inline loader_platform_dl_handle loader_platform_open_library(const char *libPath) { in loader_platform_open_library()
379 static inline loader_platform_dl_handle loader_platform_open_library(const char *libPath) { in loader_platform_open_library()
384 static inline const char *loader_platform_open_library_error(const char *libPath) { in loader_platform_open_library_error()
552 static inline const char *loader_platform_open_library_error(const char *libPath) { in loader_platform_open_library_error()
Dloader.c4168 char* libPath = prop->lib_name; in loader_open_layer_file() local
/third_party/vulkan-loader/openharmony/bundle_mgr_helper/
Dvk_bundle_mgr_helper.cpp64 char* libPath = static_cast<char*>(loader_instance_heap_calloc(inst, len, allocation_sacope)); in GetDebugLayerLibPath() local
/third_party/vulkan-loader/tests/framework/
Dtest_util.h307 inline char* loader_platform_open_library_error(const char* libPath) { in loader_platform_open_library_error()
327 inline loader_platform_dl_handle loader_platform_open_library(const char* libPath) { in loader_platform_open_library()
330 inline const char* loader_platform_open_library_error([[maybe_unused]] const char* libPath) { retur… in loader_platform_open_library_error()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DVulkanTester.cpp231 char libPath[2048] = { '\0' }; in findDriverPath() local