Searched refs:externalFilePath (Results 1 – 5 of 5) sorted by relevance
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_SoundArchive.cpp | 224 if ( fileInfo.externalFilePath != NULL ) in detail_OpenFileStream() 227 OpenExtStreamImpl( buffer, size, fileInfo.externalFilePath, 0, 0 ); in detail_OpenFileStream() 273 if ( groupInfo.externalFilePath != NULL ) 276 …io::FileStream* stream = OpenExtStreamImpl( buffer, size, groupInfo.externalFilePath, itemOffset, … 289 if ( groupInfo.externalFilePath != NULL ) 291 …io::FileStream* stream = OpenExtStreamImpl( buffer, size, groupInfo.externalFilePath, groupInfo.of… 304 if ( groupInfo.externalFilePath != NULL ) 306 …io::FileStream* stream = OpenExtStreamImpl( buffer, size, groupInfo.externalFilePath, groupInfo.wa… 318 const char* externalFilePath, in OpenExtStreamImpl() argument 327 if ( externalFilePath[0] == '/' ) in OpenExtStreamImpl() [all …]
|
| D | snd_HioSoundArchive.cpp | 308 if ( info.externalFilePath != NULL ) in LoadHeader() 311 info.fileSize, info.offsetFromFileBlockHead, info.externalFilePath ); in LoadHeader()
|
| D | snd_RomSoundArchive.cpp | 421 if ( info.externalFilePath != NULL ) in LoadHeader() 424 info.fileSize, info.offsetFromFileBlockHead, info.externalFilePath ); in LoadHeader()
|
| D | snd_SoundArchiveFileReader.cpp | 310 info->externalFilePath = location->filePath; in ReadFileInfo()
|
| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_SoundArchive.h | 435 const char* externalFilePath; member 440 externalFilePath( NULL ) in FileInfo()
|