Searched refs:externalFilePath (Results 1 – 5 of 5) sorted by relevance
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_SoundArchive.cpp | 226 if ( fileInfo.externalFilePath != NULL ) in detail_OpenFileStream() 229 OpenExtStreamImpl( buffer, size, fileInfo.externalFilePath, 0, 0 ); in detail_OpenFileStream() 275 if ( groupInfo.externalFilePath != NULL ) 278 …io::FileStream* stream = OpenExtStreamImpl( buffer, size, groupInfo.externalFilePath, itemOffset, … 291 if ( groupInfo.externalFilePath != NULL ) 293 …io::FileStream* stream = OpenExtStreamImpl( buffer, size, groupInfo.externalFilePath, groupInfo.of… 306 if ( groupInfo.externalFilePath != NULL ) 308 …io::FileStream* stream = OpenExtStreamImpl( buffer, size, groupInfo.externalFilePath, groupInfo.wa… 320 const char* externalFilePath, in OpenExtStreamImpl() argument 329 if ( externalFilePath[0] == '/' ) in OpenExtStreamImpl() [all …]
|
| D | snd_HioSoundArchive.cpp | 310 if ( info.externalFilePath != NULL ) in LoadHeader() 313 info.fileSize, info.offsetFromFileBlockHead, info.externalFilePath ); in LoadHeader()
|
| D | snd_RomSoundArchive.cpp | 423 if ( info.externalFilePath != NULL ) in LoadHeader() 426 info.fileSize, info.offsetFromFileBlockHead, info.externalFilePath ); in LoadHeader()
|
| D | snd_SoundArchiveFileReader.cpp | 312 info->externalFilePath = location->filePath; in ReadFileInfo()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_SoundArchive.h | 437 const char* externalFilePath; member 442 externalFilePath( NULL ) in FileInfo()
|