Searched refs:driverPath (Results 1 – 2 of 2) sorted by relevance
90 std::string driverPath121 std::string driverPath; variable149 std::string driverPath
71 std::string driverPath in MobiCoreDriverDaemon() argument81 this->driverPath = driverPath; in MobiCoreDriverDaemon()160 loadDeviceDriver(driverPath); in run()223 std::string driverPath in loadDeviceDriver() argument235 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() local875 driverPath = optarg; in main()[all …]