Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/
H A Dqiopipe.cpp155 static const OpenMode supportedOpenMode = ReadOnly; // Currently limit it to read only in open() local
156 if (!(mode & supportedOpenMode)) { in open()