Searched refs:deviceFilePath (Results 1 – 1 of 1) sorted by relevance
25 std::string deviceFilePath = ""; in getDataFromDeviceFile() local27 deviceFilePath = ReplayUtils::getFixedLocationPath(); in getDataFromDeviceFile()29 deviceFilePath = ReplayUtils::getGnssPath(); in getDataFromDeviceFile()36 if ((gnss_fd = open(deviceFilePath.c_str(), O_RDWR | O_NONBLOCK)) == -1) { in getDataFromDeviceFile()