Home
last modified time | relevance | path

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

/dports/audio/polyphone/polyphone-75a5e88/sources/core/input/grandorgue/
H A Dinputparsergrandorgue.cpp58 _rootDir = QFileInfo(fileName).dir().path(); in processInternal()
59 if (_rootDir.endsWith('/')) in processInternal()
60 _rootDir = _rootDir.left(_rootDir.size() - 1); in processInternal()
163 _ranks[_currentIndex] = new GrandOrgueRank(_rootDir, _godt, _currentIndex); in processData()
171 _stops[_currentIndex] = new GrandOrgueStop(_rootDir, _godt, _currentIndex); in processData()
H A Dgrandorguepipe.cpp33 _rootDir(rootDir), in GrandOrguePipe()
78 _filePath = _rootDir + "/" + value; in readData()
361 QString filePath = _rootDir + "/" + _properties["release001"]; in getReleaseFilePath()
H A Dgrandorguestop.h50 QString _rootDir; variable
H A Dgrandorguerank.h49 QString _rootDir; variable
H A Dgrandorguepipe.h54 QString _rootDir; variable
H A Dgrandorguerank.cpp32 _rootDir(rootDir), in GrandOrgueRank()
66 _pipes[number] = new GrandOrguePipe(_rootDir, _godt); in readData()
H A Dinputparsergrandorgue.h61 QString _rootDir;
H A Dgrandorguestop.cpp32 _rootDir(rootDir), in GrandOrgueStop()
/dports/sysutils/tarsnap-gui/tarsnap-gui-1.0.2/tests/customfilesystemmodel/
H A DtestCFSM.cpp12 _rootDir = QDir::currentPath() + QDir::separator() + "dirs"; in TestCFSM()
16 _model.setRootPath(_rootDir); in TestCFSM()
21 while(needToReadSubdirs(_rootDir)) in TestCFSM()
80 QString filename = QDir(_rootDir).filePath(relname); in getIndex()
94 QString filename = QDir(_rootDir).filePath(relname); in getCheckedStateInt()
H A DtestCFSM.h26 QString _rootDir; variable
/dports/audio/polyphone/polyphone-75a5e88/sources/core/input/sfz/
H A Dinputparsersfz.cpp38 _rootDir = QFileInfo(fileName).dir().path(); in processInternal()
39 if (_rootDir.endsWith('/')) in processInternal()
40 _rootDir = _rootDir.left(_rootDir.size() - 1); in processInternal()
205 str = _rootDir + str; in getFilePathFromInclude()
207 str = _rootDir + "/" + str; in getFilePathFromInclude()
H A Dinputparsersfz.h56 QString _rootDir; variable
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Iso/
H A DIsoIn.cpp420 (CDirRecord &)_rootDir = vd.RootDirRecord; in Open2()
421 ReadDir(_rootDir, 0); in Open2()
422 CreateRefs(_rootDir); in Open2()
444 _rootDir.Clear(); in Clear()
H A DIsoIn.h231 CDir _rootDir; variable
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/test/
H A Dsyncenginetestutils.h87 QDir _rootDir; variable
89 DiskFileModifier(const QString &rootDirPath) : _rootDir(rootDirPath) { } in DiskFileModifier()
91 QFileInfo fi{_rootDir.filePath(relativePath)}; in remove()
93 QVERIFY(_rootDir.remove(relativePath)); in remove()
98 QFile file{_rootDir.filePath(relativePath)};
112 QFile file{_rootDir.filePath(relativePath)}; in setContents()
120 QFile file{_rootDir.filePath(relativePath)}; in appendByte()
133 QFile file{ _rootDir.filePath(relativePath) }; in modifyByte()
142 _rootDir.mkpath(relativePath); in mkdir()
145 QVERIFY(_rootDir.exists(from)); in rename()
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Iso/
H A DIsoIn.cpp597 (CDirRecord &)_rootDir = vd.RootDirRecord; in Open2()
598 ReadDir(_rootDir, 0); in Open2()
599 CreateRefs(_rootDir); in Open2()
663 _rootDir.Clear(); in Clear()
H A DIsoIn.h246 CDir _rootDir; variable
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Iso/
H A DIsoIn.cpp595 (CDirRecord &)_rootDir = vd.RootDirRecord; in Open2()
596 ReadDir(_rootDir, 0); in Open2()
597 CreateRefs(_rootDir); in Open2()
661 _rootDir.Clear(); in Clear()
H A DIsoIn.h246 CDir _rootDir; variable
/dports/deskutils/nextcloudclient/desktop-3.4.1/test/
H A Dsyncenginetestutils.cpp48 QFileInfo fi { _rootDir.filePath(relativePath) }; in remove()
50 QVERIFY(_rootDir.remove(relativePath)); in remove()
57 QFile file { _rootDir.filePath(relativePath) }; in insert()
73 QFile file { _rootDir.filePath(relativePath) }; in setContents()
82 QFile file { _rootDir.filePath(relativePath) }; in appendByte()
92 _rootDir.mkpath(relativePath); in mkdir()
97 QVERIFY(_rootDir.exists(from)); in rename()
98 QVERIFY(_rootDir.rename(from, to)); in rename()
103 …OCC::FileSystem::setModTime(_rootDir.filePath(relativePath), OCC::Utility::qDateTimeToTime_t(modTi… in setModTime()
H A Dsyncenginetestutils.h91 QDir _rootDir; variable
93 DiskFileModifier(const QString &rootDirPath) : _rootDir(rootDirPath) { } in DiskFileModifier()
/dports/games/flightgear/flightgear-2020.3.11/src/EmbeddedResources/
H A Dfgrcc.hxx162 const SGPath _rootDir; member in ResourceBuilderXMLVisitor
H A Dfgrcc.cxx149 : _rootDir(rootDir) in ResourceBuilderXMLVisitor()
304 SGPath p = _rootDir; in endElement()
/dports/ftp/wget/wget-1.21.2/tests/
H A DFTPServer.pm537 _rootDir => Cwd::getcwd(),
678 'rootdir' => $self->{_rootDir},