Home
last modified time | relevance | path

Searched refs:buff (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_GraphicsResource.cpp234 wchar_t* buff = sResourcePaths[i]; in GetResourcePath() local
235 buff = StrCopy(buff, pResourceRoot); in GetResourcePath()
236 buff = StrCopy(buff, sResourceFiles[i]); in GetResourcePath()
243 wchar_t* buff = sResourcePaths[i]; in GetResourcePath() local
245 _wgetenv_s(&bufferSize, buff, FILENAME_MAX, L"NW4C_ROOT"); in GetResourcePath()
247 buff = StrCopy(buff + bufferSize - 1, sResourceFiles[i]); in GetResourcePath()