Searched refs:libPath (Results 1 – 8 of 8) sorted by relevance
/device/generic/vulkan-cereal/base/ |
D | SharedLibrary.cpp | 188 const char* libPath = libraryName; in do_open() local 206 libPath = path; in do_open() 221 libraryName, libPath); in do_open() 222 lib = dlopen(libPath, RTLD_NOW); in do_open() 224 sSearchPaths()->forEachPath([&lib, libraryName, libPath](const std::string& path) { in do_open() 233 auto libPathName = PathUtils::join(path, libPath); in do_open() 244 INFO("SharedLibrary::open for [%s] (posix,linux): call dlopen on [%s]\n", libraryName, libPath); in do_open() 245 void* lib = dlopen(libPath, RTLD_NOW); in do_open() 248 sSearchPaths()->forEachPath([&lib, libPath, libraryName](const std::string& path) { in do_open() 250 auto libPathName = PathUtils::join(path, libPath); in do_open()
|
/device/generic/goldfish-opengl/system/codecs/c2/store/ |
D | GoldfishComponentStore.cpp | 51 c2_status_t GoldfishComponentStore::ComponentModule::init(std::string libPath) { in init() argument 53 ALOGI("loading dll of path %s", libPath.c_str()); in init() 54 mLibHandle = dlopen(libPath.c_str(), RTLD_NOW | RTLD_NODELETE); in init() 56 libPath.c_str(), dlerror()); in init() 61 libPath.c_str()); in init() 66 "destroyFactory is null in %s", libPath.c_str()); in init() 70 ALOGD("could not create factory in %s", libPath.c_str()); in init() 264 auto emplace = [this](const char *libPath) { in GoldfishComponentStore() argument 265 mComponents.emplace(libPath, libPath); in GoldfishComponentStore()
|
/device/generic/vulkan-cereal/stream-servers/vulkan/ |
D | VulkanDispatch.cpp | 57 …auto libPath = pj({android::base::getProgramDirectory(), "lib64", "vulkan", "libvk_swiftshader.so"… in initIcdPaths() local 58 if (android::base::pathExists(libPath.c_str())) { in initIcdPaths() 62 … libPath = pj({android::base::getLauncherDirectory(), "lib64", "vulkan", "libvk_swiftshader.so"});; in initIcdPaths() 63 if (android::base::pathExists(libPath.c_str())) { in initIcdPaths()
|
/device/generic/goldfish/radio/rild/ |
D | rild_goldfish.c | 117 char libPath[PROPERTY_VALUE_MAX]; in main() local 157 if ( 0 == property_get(LIB_PATH_PROPERTY, libPath, NULL)) { in main() 162 rilLibPath = libPath; in main()
|
/device/generic/goldfish-opengl/system/codecs/c2/store/include/goldfish_codec2/store/ |
D | GoldfishComponentStore.h | 111 c2_status_t init(std::string libPath); 170 ComponentLoader(std::string libPath) : mLibPath(libPath) {} in ComponentLoader()
|
/device/generic/vulkan-cereal/host-common/opengl/ |
D | EmuglBackendList.cpp | 68 std::string* libPath) { in getBackendLibPath() argument 86 *libPath = path; in getBackendLibPath()
|
D | EmuglBackendList.h | 62 std::string* libPath);
|
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
D | AndroidVulkanDispatch.cpp | 27 const char* libPath = path ? path : "vulkan_android.dll"; in load_android_vulkan_dispatch() local 29 const char* libPath = path ? path : "libvulkan_android.dylib"; in load_android_vulkan_dispatch() 31 const char* libPath = path ? path : "libvulkan_android.so"; in load_android_vulkan_dispatch() 37 void* lib = dlopen(libPath, RTLD_NOW); in load_android_vulkan_dispatch()
|