Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_HioSoundArchive.cpp40 bool result = m_HostFile.Open( in Open()
87 m_HostFile.Close(); in Close()
102 HioFileStream* stream = new ( buffer ) HioFileStream( &m_HostFile, begin, length ); in OpenStream()
133 s32 readSize = m_HostFile.Read( alignedBuffer, headerAlignSize ); in LoadFileHeader()
159 m_HostFile.Seek( infoChunkOffset, nn::hio::HostFile::SEEK_TYPE_SET ); in LoadHeader()
160 s32 readSize = m_HostFile.Read( buffer, static_cast<s32>(infoChunkSize) ); in LoadHeader()
362 m_HostFile.Seek( stringBlockOffset, nn::hio::HostFile::SEEK_TYPE_SET ); in LoadLabelStringData()
363 s32 readSize = m_HostFile.Read( buffer, static_cast<s32>(stringBlockSize) ); in LoadLabelStringData()
/NW4C-2.0.3/include/nw/snd/
Dsnd_HioSoundArchive.h215 nn::hio::HostFile m_HostFile; // PcSDK 版は未実装 variable