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