Searched refs:GetFileCount (Results 1 – 6 of 6) sorted by relevance
74 u32 GetFileCount() const;
224 NW_INLINE u32 GetFileCount() const { return GetFileInfoReferenceTable().count; } in GetFileCount() function
303 NN_LOG("### FILE Info(%d)\n", m_ArchiveReader.GetFileCount() ); in LoadHeader()304 for ( u32 i = 0; i < m_ArchiveReader.GetFileCount(); i++ ) in LoadHeader()
190 u32 SoundArchiveFileReader::GetFileCount() const in GetFileCount() function in nw::snd::internal::SoundArchiveFileReader193 return m_pInfoBlockBody->GetFileCount(); in GetFileCount()
416 NN_LOG("### FILE Info(%d)\n", m_ArchiveReader.GetFileCount() ); in LoadHeader()417 for ( u32 i = 0; i < m_ArchiveReader.GetFileCount(); i++ ) in LoadHeader()
120 return m_pFileReader->GetFileCount(); in detail_GetFileCount()