MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / OSPathToRelativePath

Method OSPathToRelativePath

neo/tools/debugger/DebuggerServer.cpp:122–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void rvDebuggerServer::OSPathToRelativePath( const char *osPath, idStr &qpath )
123{
124 if ( strchr( osPath, ':' ) ) // XXX: what about linux?
125 {
126 qpath = fileSystem->OSPathToRelativePath( osPath );
127 }
128 else
129 {
130 qpath = osPath;
131 }
132}
133
134/*
135================

Callers 11

SetMaterialInfoMethod · 0.45
Map_SaveFileFunction · 0.45
Select_ToCMFunction · 0.45
OnBnClickedButtonNewMethod · 0.45
OnBnClickedButtonSaveMethod · 0.45
OnBtnSavemapasMethod · 0.45
OnInsertFileMethod · 0.45
OnBnClickedFileMethod · 0.45
OnPropertyButtonClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected