Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_HioSoundArchive.cpp38 bool result = m_HostFile.Open( in Open()
85 m_HostFile.Close(); in Close()
100 HioFileStream* stream = new ( buffer ) HioFileStream( &m_HostFile, begin, length ); in OpenStream()
131 s32 readSize = m_HostFile.Read( alignedBuffer, headerAlignSize ); in LoadFileHeader()
157 m_HostFile.Seek( infoChunkOffset, nn::hio::HostFile::SEEK_TYPE_SET ); in LoadHeader()
158 s32 readSize = m_HostFile.Read( buffer, static_cast<s32>(infoChunkSize) ); in LoadHeader()
360 m_HostFile.Seek( stringBlockOffset, nn::hio::HostFile::SEEK_TYPE_SET ); in LoadLabelStringData()
361 s32 readSize = m_HostFile.Read( buffer, static_cast<s32>(stringBlockSize) ); in LoadLabelStringData()
/NW4C-1.2.23/include/nw/snd/
Dsnd_HioSoundArchive.h70 nn::hio::HostFile m_HostFile; // PcSDK 版は未実装 variable