Home
last modified time | relevance | path

Searched refs:libPath (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/base/
DSharedLibrary.cpp188 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]", 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()
/hardware/interfaces/audio/common/all-versions/default/service/
Dservice.cpp55 auto libPath = libName + ".so"; in registerExternalServiceImplementation() local
56 handle = dlopen(libPath.c_str(), dlMode); in registerExternalServiceImplementation()
59 ALOGE("Failed to dlopen %s: %s", libPath.c_str(), in registerExternalServiceImplementation()
67 ALOGE("Factory function %s not found in libName %s: %s", funcName.c_str(), libPath.c_str(), in registerExternalServiceImplementation()
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DEmuglBackendList.cpp68 std::string* libPath) { in getBackendLibPath() argument
86 *libPath = path; in getBackendLibPath()
/hardware/ril/rild/
Drild.c117 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()
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/opengl/
DEmuglBackendList.h62 std::string* libPath);