Searched refs:readBytes (Results 1 – 2 of 2) sorted by relevance
163 s32 readBytes = nn::fs::ReadFile( &m_File, buf, length ); in Read() local164 if ( readBytes > 0 ) in Read()166 m_FilePosition.Skip( readBytes ); in Read()168 return readBytes; in Read()173 s32 readBytes = m_pOpenedFileReader->Read( buf, length ); in Read() local174 if ( readBytes > 0 ) in Read()176 m_FilePosition.Skip( readBytes ); in Read()178 return readBytes; in Read()
169 s32 readBytes = m_pOpenedFile->Read( buf, length ); in Read() local170 if ( readBytes > 0 ) in Read()172 m_FilePosition.Skip( readBytes ); in Read()174 return readBytes; in Read()