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

Method osName

src/common/OSFile.cpp:330–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void OSFile::osName(const std::string& name) {
331 info->stdName = name;
332 info->osName = name;
333 OSFileOSToStdDir(info->stdName);
334}
335
336std::string OSFile::getFileName() {
337 std::string::size_type lastslash = info->stdName.rfind('/');

Callers 2

loadMethod · 0.80
getNextFileMethod · 0.80

Calls 1

OSFileOSToStdDirFunction · 0.85

Tested by

no test coverage detected