Searched refs:readBytes (Results 1 – 2 of 2) sorted by relevance
165 s32 readBytes = nn::fs::ReadFile( &m_File, buf, length ); in Read() local166 if ( readBytes > 0 ) in Read()168 m_FilePosition.Skip( readBytes ); in Read()170 return readBytes; in Read()175 s32 readBytes = m_pOpenedFileReader->Read( buf, length ); in Read() local176 if ( readBytes > 0 ) in Read()178 m_FilePosition.Skip( readBytes ); in Read()180 return readBytes; in Read()
171 s32 readBytes = m_pOpenedFile->Read( buf, length ); in Read() local172 if ( readBytes > 0 ) in Read()174 m_FilePosition.Skip( readBytes ); in Read()176 return readBytes; in Read()