Home | History | Annotate | Download | only in unit

Lines Matching full:mypath

1127 class mypath
1130 mypath( const string& s ) :
1134 const mypath& operator / ( const string& );
1142 const mypath& mypath::operator /( const string& s )
1157 CPPUNIT_CHECK( (mypath( string( "/root" ) ) / (rs1 + rs2)).str() == "/root/path1.ext" );