Home
last modified time | relevance | path

Searched refs:writeBytes (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/io/
Dio_HioFileStream.cpp188 s32 writeBytes = m_pOpenedFile->Write( buf, length ); in Write() local
189 if ( writeBytes > 0 ) in Write()
191 m_FilePosition.Skip( writeBytes ); in Write()
193 return writeBytes; in Write()