Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dstring_test.cpp1127 class mypath class
1130 mypath( const string& s ) : in mypath() function in mypath
1134 const mypath& operator / ( const string& );
1142 const mypath& mypath::operator /( const string& s ) in operator /()
1157 CPPUNIT_CHECK( (mypath( string( "/root" ) ) / (rs1 + rs2)).str() == "/root/path1.ext" ); in oper_tmp()
/ndk/tests/device/test-gnustl-full/unit/
Dstring_test.cpp1127 class mypath class
1130 mypath( const string& s ) : in mypath() function in mypath
1134 const mypath& operator / ( const string& );
1142 const mypath& mypath::operator /( const string& s ) in operator /()
1157 CPPUNIT_CHECK( (mypath( string( "/root" ) ) / (rs1 + rs2)).str() == "/root/path1.ext" ); in oper_tmp()