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/vulkan-loader/loader/
Dvk_loader_platform.h402 static inline loader_platform_dl_handle loader_platform_open_driver(const char *libPath) { in loader_platform_open_driver()
405 static inline loader_platform_dl_handle loader_platform_open_library(const char *libPath) { in loader_platform_open_library()
409 static inline loader_platform_dl_handle loader_platform_open_library(const char *libPath) { in loader_platform_open_library()
421 static inline loader_platform_dl_handle loader_platform_open_library(const char *libPath) { in loader_platform_open_library()
426 static inline const char *loader_platform_open_library_error(const char *libPath) { in loader_platform_open_library_error()
594 static inline const char *loader_platform_open_library_error(const char *libPath) { in loader_platform_open_library_error()
Dloader.c4386 char* libPath = prop->lib_name; in loader_open_layer_file() local
/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/openharmony/bundle_mgr_helper/
Dvk_bundle_mgr_helper.cpp80 char* libPath = static_cast<char*>(loader_instance_heap_calloc(inst, len, allocation_sacope)); in GetDebugLayerLibPath() local
/third_party/vulkan-loader/tests/framework/
Dtest_util.h255 inline void test_platform_open_library_print_error(std::filesystem::path const& libPath) { in test_platform_open_library_print_error()
273 inline test_platform_dl_handle test_platform_open_library(const char* libPath) { return dlopen(libP… in test_platform_open_library()
274 inline void test_platform_open_library_print_error(std::filesystem::path const& libPath) { in test_platform_open_library_print_error()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DVulkanTester.cpp231 char libPath[2048] = { '\0' }; in findDriverPath() local