Searched defs:libPath (Results 1 – 7 of 7) sorted by relevance
21 const static char *libPath = "/system/lib64/"; variable23 const static char *libPath = "/system/lib/"; variable
402 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()
4386 char* libPath = prop->lib_name; in loader_open_layer_file() local
40 auto libPath = common::GetEnv("MS_MINDIO_TTP_LIB_PATH"); in GetInstance() local
80 char* libPath = static_cast<char*>(loader_instance_heap_calloc(inst, len, allocation_sacope)); in GetDebugLayerLibPath() local
255 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()
231 char libPath[2048] = { '\0' }; in findDriverPath() local