Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ OSFileOSToStdDir
Function
OSFileOSToStdDir
src/common/OSFile.cpp:53–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void OSFileOSToStdDir(std::string& dir) {
54
//#ifndef _WIN32
55
// return;
56
//#else
57
std::replace(dir.begin(), dir.end(),
'\\'
,
'/'
);
58
//#endif//WIN32
59
}
60
61
// Windows specific make path
62
#ifdef _WIN32
Callers
4
initClient
Function · 0.85
osName
Method · 0.85
setOSDir
Method · 0.85
main
Function · 0.85
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected