Home
last modified time | relevance | path

Searched refs:driverPath (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
DMobiCoreDriverDaemon.h90 std::string driverPath
121 std::string driverPath; variable
149 std::string driverPath
DMobiCoreDriverDaemon.cpp71 std::string driverPath in MobiCoreDriverDaemon() argument
81 this->driverPath = driverPath; in MobiCoreDriverDaemon()
160 loadDeviceDriver(driverPath); in run()
223 std::string driverPath in loadDeviceDriver() argument
235 FILE *fs = fopen (driverPath.c_str(), "rb"); in loadDeviceDriver()
237 LOG_E("%s: failed: cannot open %s", __FUNCTION__, driverPath.c_str()); in loadDeviceDriver()
242 LOG_I("%s: loading %s", __FUNCTION__, driverPath.c_str()); in loadDeviceDriver()
244 regObj = mcRegistryGetDriverBlob(driverPath.c_str()); in loadDeviceDriver()
850 std::string mobicoreImage, driverPath; in main() local
875 driverPath = optarg; in main()
[all …]