summaryrefslogtreecommitdiffstats
path: root/utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: flip library search logicPatrick Venture2018-11-131-1/+6
| | | | | | | | | | Fix library search logic to load libraries installed of the format: libname.so.? versus libname.so because the recipe creates a symlink of the form libname.so.? only. Tested: Now it finds and loads the handlers. Change-Id: Ie7280f41a678bf78db226bb458c02396e352da56 Signed-off-by: Patrick Venture <venture@google.com>
* utils: add methods for finding and loading handlersPatrick Venture2018-09-301-0/+37
This module provides a couple basic methods for enumerating and then loading handlers. Change-Id: I4f58be313190c48de25c2b9578b7c622afefc656 Signed-off-by: Patrick Venture <venture@google.com>
OpenPOWER on IntegriCloud