Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DPathTest.cpp141 TEST_F( PathTest, parent_path ) { in TEST_F() argument
143 EXPECT_STREQ("aa/bb/cc", m_pTestee->parent_path().c_str()); in TEST_F()
146 EXPECT_STREQ("/aa/bb", m_pTestee->parent_path().c_str()); in TEST_F()
149 EXPECT_STREQ("/aa", m_pTestee->parent_path().c_str()); in TEST_F()
152 EXPECT_STREQ("aa", m_pTestee->parent_path().c_str()); in TEST_F()
155 EXPECT_TRUE(m_pTestee->parent_path().empty()); in TEST_F()
/frameworks/compile/mclinker/include/mcld/Support/
DPath.h80 Path parent_path() const;
/frameworks/compile/mclinker/lib/Support/
DPath.cpp172 Path Path::parent_path() const in parent_path() function in Path
/frameworks/compile/slang/
Dslang.cpp122 llvm::sys::path::parent_path(OutputFile), Error)) { in OpenOutputFile()
/frameworks/compile/mclinker/lib/LD/
DGNUArchiveReader.cpp227 sys::fs::Path input_path(pArchiveFile.path().parent_path()); in readMemberHeader()