MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / setOSDir

Method setOSDir

src/common/OSFile.cpp:444–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444void OSDir::setOSDir(const std::string& DirName) {
445 info->baseStdDir = DirName;
446 info->baseOSDir = DirName;
447 OSFileOSToStdDir(info->baseStdDir);
448}
449
450void OSDir::makeStdDir(const std::string& DirName) {
451 setStdDir(DirName);

Callers

nothing calls this directly

Calls 1

OSFileOSToStdDirFunction · 0.85

Tested by

no test coverage detected