Searched refs:writeBytes (Results 1 – 1 of 1) sorted by relevance
186 s32 writeBytes = m_pOpenedFile->Write( buf, length ); in Write() local187 if ( writeBytes > 0 ) in Write()189 m_FilePosition.Skip( writeBytes ); in Write()191 return writeBytes; in Write()