MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / _update

Method _update

ogsr_engine/xrCore/LocatorAPI_defs.cpp:91–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91LPCSTR FS_Path::_update(string_path& dest, LPCSTR src) const
92{
93 R_ASSERT(dest);
94 R_ASSERT(src);
95 string_path temp;
96 strcpy_s(temp, sizeof(temp), src);
97 strconcat(sizeof(dest), dest, m_Path, temp);
98 return xr_strlwr(dest);
99}
100
101bool XRCORE_API pattern_match(LPCSTR s, LPCSTR mask)
102{

Callers 1

update_pathMethod · 0.80

Calls 1

xr_strlwrFunction · 0.70

Tested by

no test coverage detected