Searched refs:anotherStream (Results 1 – 1 of 1) sorted by relevance
92 …SvFileStream anotherStream( String::CreateFromAscii("/proc/self/status"), STREAM_READ ); // Das i… in GetSysdepProfileSnapshot() local93 if ( anotherStream.IsOpen() ) in GetSysdepProfileSnapshot()95 anotherStream.Read( &(pSysdepProfileSnapshot->mpstatus), sizeof( pstatus ) ); in GetSysdepProfileSnapshot()96 anotherStream.Close(); in GetSysdepProfileSnapshot()
Completed in 266 milliseconds