Home
last modified time | relevance | path

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

/aoo41x/main/sal/qa/osl/pipe/
H A Dosl_Pipe.cxx138 const OString m_pTestString1("Sun Microsystems"); variable
558 int nRet = aPipe.send( m_pTestString1.getStr(), 3 ); in close_002()
922 nChars = aSenderPipe.read( buf, m_pTestString1.getLength() + 1 ); in run()
983 … nChars = aConnectionPipe.write( m_pTestString1.getStr(), m_pTestString1.getLength() + 1 ); in run()
1024 int nCompare1 = strcmp( myDataSinkThread.buf, m_pTestString1.getStr() ); in recv_001()

Completed in 20 milliseconds