Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/snd/hioSoundArchive/sources/
Dmain.cpp36 char s_HioFilePathBuffer[CHAR_BUF_SIZE]; variable
51 s_HioFilePathBuffer, sizeof(s_HioFilePathBuffer), "NW4C_ROOT" ); in GetHioNw4cRoot()
53 return s_HioFilePathBuffer; in GetHioNw4cRoot()
57 std::snprintf( s_HioFilePathBuffer, CHAR_BUF_SIZE, "%s/%s/%s", in GetHioSoundArchiveFilePath()
59 return s_HioFilePathBuffer; in GetHioSoundArchiveFilePath()
63 std::snprintf( s_HioFilePathBuffer, CHAR_BUF_SIZE, "%s/%s/%s", in GetHioLatestCopyFilePath()
65 return s_HioFilePathBuffer; in GetHioLatestCopyFilePath()