MCPcopy Create free account
hub / github.com/baldurk/renderdoc / ConfigFilePath

Function ConfigFilePath

qrenderdoc/Code/Interface/QRDInterface.cpp:165–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165rdcstr ConfigFilePath(const rdcstr &filename)
166{
167 QString path = QStandardPaths::writableLocation(QStandardPaths::AppDataLocation);
168
169 QDir dir(path);
170 if(!dir.exists())
171 dir.mkdir(lit("."));
172
173 return QDir::cleanPath(dir.absoluteFilePath(filename));
174}

Callers 10

LoadMethod · 0.70
mainFunction · 0.50
CaptureContextMethod · 0.50
OnCaptureLoadedMethod · 0.50
getShaderDirectoriesMethod · 0.50
GetLayoutPathMethod · 0.50
ExtensionManagerMethod · 0.50
mostRecentFilenameMethod · 0.50

Calls 1

existsMethod · 0.80

Tested by

no test coverage detected