HomeSort by relevance Sort by last modified time
    Searched refs:mypath (Results 1 - 4 of 4) sorted by null

  /external/oprofile/libopagent/
opagent.c 81 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/
string_test.cpp 1127 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" );
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 1127 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" );
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 1127 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" );
    [all...]

Completed in 103 milliseconds