Searched refs:generic_string (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h86 StringType generic_string() const;
163 if (pX.generic_string().size() < pY.generic_string().size())
165 return (pX.generic_string() < pY.generic_string());
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp118 Path::StringType Path::generic_string() const { function in class:mcld::sys::fs::Path
192 return (pLHS.generic_string() == pRHS.generic_string());
/frameworks/compile/mclinker/unittests/
H A DPathTest.cpp132 EXPECT_STREQ("/usr/lib/", m_pTestee->generic_string().c_str());

Completed in 60 milliseconds