Searched refs:stubDirPath (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginDatabaseSymbian.cpp42 QString stubDirPath; local
43 stubDirPath.append(driveStringValue);
44 stubDirPath.append(QT_PLUGIN_FOLDER);
45 if (QFileInfo(stubDirPath).exists())
46 directories.append(stubDirPath);

Completed in 224 milliseconds