Searched refs:m_HostFile (Results 1 – 2 of 2) sorted by relevance
38 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()
70 nn::hio::HostFile m_HostFile; // PcSDK 版は未実装 variable