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

/external/oprofile/libopagent/
H A Dopagent.c81 char mypath[MAX_PATHLENGTH]; local
83 len = readlink("/proc/self/exe", mypath, sizeof(mypath));
95 mypath[len] = '\0';
98 bfd = bfd_openr(mypath, NULL);
/external/stlport/test/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 528 milliseconds