Home
last modified time | relevance | path

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

/trunk/main/sal/qa/osl/pipe/
H A Dosl_Pipe.cxx150 const OString m_pTestString1("Apache Software Foundation"); variable
450 int nRet = aPipe.send( m_pTestString1.getStr(), 3 ); in TEST()
717 nChars = aSenderPipe.read( buf, m_pTestString1.getLength() + 1 ); in run()
777 … nChars = aConnectionPipe.write( m_pTestString1.getStr(), m_pTestString1.getLength() + 1 ); in run()
813 int nCompare1 = strcmp( myDataSinkThread.buf, m_pTestString1.getStr() ); in TEST()

Completed in 18 milliseconds