Home
last modified time | relevance | path

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

/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dbuildmanager.cpp2170 QString foundPathname = findInDirs.findAbsolute(compiledFilename); in findCompiledFile() local
2171 if (foundPathname == "") { in findCompiledFile()
2174 foundPathname = QFileInfo(mainFile.absoluteDir(), compiledFilename).absoluteFilePath(); in findCompiledFile()
2176 return (foundPathname); in findCompiledFile()
H A Dtexstudio.cpp6222 QString foundPathname = findInDirs.findAbsolute(logPathname); in loadLog() local
6223 if (foundPathname == "") { in loadLog()
6228 foundPathname, in loadLog()