Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchive.cpp226 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 …]
Dsnd_HioSoundArchive.cpp310 if ( info.externalFilePath != NULL ) in LoadHeader()
313 info.fileSize, info.offsetFromFileBlockHead, info.externalFilePath ); in LoadHeader()
Dsnd_RomSoundArchive.cpp423 if ( info.externalFilePath != NULL ) in LoadHeader()
426 info.fileSize, info.offsetFromFileBlockHead, info.externalFilePath ); in LoadHeader()
Dsnd_SoundArchiveFileReader.cpp312 info->externalFilePath = location->filePath; in ReadFileInfo()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundArchive.h437 const char* externalFilePath; member
442 externalFilePath( NULL ) in FileInfo()