Searched refs:parent_path (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DPathTest.cpp141 TEST_F( PathTest, parent_path ) {
143 EXPECT_STREQ("aa/bb/cc", m_pTestee->parent_path().c_str());
146 EXPECT_STREQ("/aa/bb", m_pTestee->parent_path().c_str());
149 EXPECT_STREQ("/aa", m_pTestee->parent_path().c_str());
152 EXPECT_STREQ("aa", m_pTestee->parent_path().c_str());
155 EXPECT_TRUE(m_pTestee->parent_path().empty());
/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h91 Path parent_path() const;
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp143 Path Path::parent_path() const function in class:Path
/frameworks/compile/slang/
H A Dslang.cpp125 llvm::sys::path::parent_path(OutputFile), Error)) {
/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp263 sys::fs::Path input_path(pArchiveFile.path().parent_path());

Completed in 115 milliseconds