| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/4g/ |
| H A D | configurer.cpp | 85 QFile file(confName()); in readConf() 86 if(file.open(QFile::ReadOnly| QFile::Text)) in readConf() 101 QFile file(confName()); in writeConf() 102 if(file.open(QFile::ReadWrite| QFile::Text |QFile::Truncate)) in writeConf()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/ |
| H A D | inetwork.cpp | 45 QFile file(pathName()); in filter() 46 if(QFile::exists(pathName()) && file.open(QFile::ReadOnly|QFile::Text)){ in filter() 67 QFile file(s); in writeData() 68 if(file.open(QFile::ReadWrite | QFile::Text | QFile::Truncate)) in writeData() 88 }else if(QFile::exists("/etc/init.d/networking")){ in guessCreate()
|
| /OK3568_Linux_fs/app/multivideoplayer/ |
| H A D | main.cpp | 77 }else if(QFile::exists(pcvideo)){ in main() 78 QFile file(pcvideo); in main() 85 }else if(QFile::exists(DEVICE_VIDEO)){ in main() 86 QFile file(DEVICE_VIDEO); in main()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/adc/ |
| H A D | adcinterface.cpp | 49 m_file = new QFile(m_devName, this); in open() 50 if(m_file->open(QFile::ReadWrite| QFile::Unbuffered)) in open()
|
| H A D | adcinterface.h | 5 class QFile; variable 25 QFile *m_file;
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch | 32 + QString qtconfig = QFile::decodeName(config); 33 + if(qtconfig.isEmpty() || !QFile::exists(qtconfig)) 35 if (QFile::exists(qtconfig))
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoareamonitor/ |
| H A D | logfilepositionsource.h | 35 class QFile; variable 61 QFile *logFile;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/logfilepositionsource/ |
| H A D | logfilepositionsource.h | 56 class QFile; variable 82 QFile *logFile;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | xbel.cpp | 116 QFile file(fileName); in read() 120 file.open(QFile::ReadOnly); in read() 223 QFile file(fileName); in write() 224 if (!root || !file.open(QFile::WriteOnly)) in write()
|
| /OK3568_Linux_fs/app/qsetting/ |
| H A D | mainwindow.cpp | 103 QFile file(path); in saveConfig() 137 if(QFile::exists(USERDATA_SETTING_CFG)){ in getConfig() 139 }else if(QFile::exists(HOME_SETTING_CFG)){ in getConfig() 145 QFile file(path); in getConfig()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeojson/ |
| H A D | tst_qgeojson.cpp | 75 QFile file(testDataDir + QStringLiteral("/") + exampleGeometries[i]); in testGeojson() 76 file.open(QFile::ReadOnly); in testGeojson()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeofiletilecache.cpp | 163 QFile file(filename); in loadTiles() 215 QFile file(filename); in ~QGeoFileTileCache() 341 QFile::remove(dir.filePath(tileFileName)); in clearMapId() 472 QFile::remove(td->filename); in evictFromDiskCache() 507 QFile file(filename); in addToDiskCache() 572 QFile file(td->filename); in getFromDisk()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/routing/ |
| H A D | tst_routing.cpp | 53 void setFile(QFile* file); 64 QFile* m_file; 95 void MockGeoNetworkReply::setFile(QFile* file) in setFile() 217 QFile* file = new QFile(QFINDTESTDATA(filename)); in loadReply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/ |
| H A D | main.cpp | 184 QFile loadFile(url.toLocalFile()); in load() 220 QFile jsonFile(url.toLocalFile()); in dumpGeoJSON() 229 QFile debugFile(url.toLocalFile()); in writeDebug()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/ |
| H A D | serialassistantwidget.cpp | 193 QFile file(fileName); in on_sendFileBtn_clicked() 194 if(!fileName.isEmpty() && file.open(QFile::ReadOnly | QFile::Text)) in on_sendFileBtn_clicked()
|
| /OK3568_Linux_fs/app/QLauncher/ |
| H A D | xdgdesktopfile.cpp | 211 s = QFile::decodeName(qgetenv("HOME")) + (s).mid(1); in fixBashShortcuts() 295 QFile file(mFileName); in read() 703 const QString home = QFile::decodeName(qgetenv("HOME")); in userDir() 727 QFile configFile(configDir + QLatin1String("/user-dirs.dirs")); in userDir() 775 const QString homeDir = QFile::decodeName(qgetenv("HOME")); in expandEnvVariables() 931 QString d = QFile::decodeName(qgetenv("XDG_DATA_DIRS")); in findDesktopFile()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/ |
| H A D | qdeclarativepositionsource_p.h | 64 class QFile; variable 176 QFile *m_nmeaFile;
|
| H A D | qdeclarativepositionsource.cpp | 293 if (!QFile::exists(localFileName)) { in setNmeaSource() 301 if (!QFile::exists(localFileName) && localFileName.startsWith('/')) { in setNmeaSource() 321 m_nmeaFile = new QFile(localFileName); in setNmeaSource()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/app/ |
| H A D | mwainwindow.cpp | 45 QFile file(fileName); in MWainWindow() 47 if(!file.open(QFile::ReadOnly) || !doc.setContent(&file)) { in MWainWindow()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutexmlparser/ |
| H A D | tst_qgeoroutexmlparser.cpp | 63 QFile f(":/route1.xml"); in test_realData1() 117 QFile f(":/route2.xml"); in test_realData2()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/ |
| H A D | filereader.cpp | 45 QFile file(fileName); in readFile()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/bic/data/ |
| H A D | QtPositioning.5.4.0.linux-gcc-amd64.txt | 1336 Class QFile::QPrivateSignal 1339 QFile::QPrivateSignal (0x0x7fb60d18a360) 0 empty 1341 Vtable for QFile 1342 QFile::_ZTV5QFile: 34u entries 1345 16 (int (*)(...))QFile::metaObject 1346 24 (int (*)(...))QFile::qt_metacast 1347 32 (int (*)(...))QFile::qt_metacall 1348 40 (int (*)(...))QFile::~QFile 1349 48 (int (*)(...))QFile::~QFile 1358 120 (int (*)(...))QFile::open [all …]
|
| H A D | QtPositioning.5.3.0.linux-gcc-amd64.txt | 1335 Class QFile::QPrivateSignal 1338 QFile::QPrivateSignal (0x0x7f95ee59fe40) 0 empty 1340 Vtable for QFile 1341 QFile::_ZTV5QFile: 34u entries 1344 16 (int (*)(...))QFile::metaObject 1345 24 (int (*)(...))QFile::qt_metacast 1346 32 (int (*)(...))QFile::qt_metacall 1347 40 (int (*)(...))QFile::~QFile 1348 48 (int (*)(...))QFile::~QFile 1357 120 (int (*)(...))QFile::open [all …]
|
| H A D | QtPositioning.5.6.0.linux-gcc-amd64.txt | 1590 Class QFile::QPrivateSignal 1593 QFile::QPrivateSignal (0x0x7f75806330c0) 0 empty 1595 Vtable for QFile 1596 QFile::_ZTV5QFile: 34u entries 1599 16 (int (*)(...))QFile::metaObject 1600 24 (int (*)(...))QFile::qt_metacast 1601 32 (int (*)(...))QFile::qt_metacall 1602 40 (int (*)(...))QFile::~QFile 1603 48 (int (*)(...))QFile::~QFile 1612 120 (int (*)(...))QFile::open [all …]
|
| /OK3568_Linux_fs/app/qplayer/ |
| H A D | main.cpp | 80 QFile file("/oem/SampleVideo_1280x720_5mb.mp4"); in main()
|