Searched defs:mypath (Results 1 - 2 of 2) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
H A Dstring_test.cpp1127 class mypath class
1130 mypath( const string& s ) : function in class:mypath
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" );
/ndk/tests/device/test-stlport/unit/
H A Dstring_test.cpp1127 class mypath class
1130 mypath( const string& s ) : function in class:mypath
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" );

Completed in 32 milliseconds