Home | History | Annotate | Download | only in qt

Lines Matching defs:currentDir

736             QDir currentDir = QDir::currentPath();
739 if (currentDir.dirName() == QLatin1String("LayoutTests"))
740 fi = QFileInfo(currentDir, line.replace(QRegExp(".*?LayoutTests/(.*)"), "\\1"));
742 fi = QFileInfo(currentDir, line.prepend(QLatin1String("LayoutTests/")));