Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/
DDeviceFileReader.cpp25 std::string deviceFilePath = ""; in getDataFromDeviceFile() local
27 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()