Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundArchive.cpp224 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 …]
Dsnd_HioSoundArchive.cpp308 if ( info.externalFilePath != NULL ) in LoadHeader()
311 info.fileSize, info.offsetFromFileBlockHead, info.externalFilePath ); in LoadHeader()
Dsnd_RomSoundArchive.cpp421 if ( info.externalFilePath != NULL ) in LoadHeader()
424 info.fileSize, info.offsetFromFileBlockHead, info.externalFilePath ); in LoadHeader()
Dsnd_SoundArchiveFileReader.cpp310 info->externalFilePath = location->filePath; in ReadFileInfo()
/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundArchive.h435 const char* externalFilePath; member
440 externalFilePath( NULL ) in FileInfo()