Lines Matching full:mypath
1127 class mypath1130 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" );