MCPcopy Create free account
hub / github.com/crownengine/crown / join

Method join

3rdparty/bx/src/filepath.cpp:357–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 }
356
357 void FilePath::join(const StringView& _str)
358 {
359 char tmp[kMaxFilePath];
360 strCopy(tmp, BX_COUNTOF(tmp), m_filePath);
361 strCat(tmp, BX_COUNTOF(tmp), "/");
362 strCat(tmp, BX_COUNTOF(tmp), _str);
363 set(tmp);
364 }
365
366 FilePath::operator StringView() const
367 {

Callers 15

DecodeTiledLevelFunction · 0.45
DecodeChunkFunction · 0.45
EncodeTiledLevelFunction · 0.45
EncodeChunkFunction · 0.45
~ThreadMethod · 0.45
singleMainFunction · 0.45
StopEventThrdFunction · 0.45
~PulseMainloopMethod · 0.45
stopMethod · 0.45
stopMethod · 0.45
wasapi.cppFile · 0.45
WasapiCaptureClass · 0.45

Calls 3

strCopyFunction · 0.85
strCatFunction · 0.85
setClass · 0.85

Tested by

no test coverage detected