Home
last modified time | relevance | path

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

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