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

/frameworks/compile/mclinker/unittests/
H A DPathTest.cpp135 TEST_F(PathTest, parent_path) {
137 EXPECT_STREQ("aa/bb/cc", m_pTestee->parent_path().c_str());
140 EXPECT_STREQ("/aa/bb", m_pTestee->parent_path().c_str());
143 EXPECT_STREQ("/aa", m_pTestee->parent_path().c_str());
146 EXPECT_STREQ("aa", m_pTestee->parent_path().c_str());
149 EXPECT_TRUE(m_pTestee->parent_path().empty());
/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h80 Path parent_path() const;
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp158 Path Path::parent_path() const { function in class:mcld::sys::fs::Path
/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp266 llvm::sys::path::parent_path(output_path))) {
354 llvm::sys::path::parent_path(outDirectory))) {
H A Dslang.cpp136 llvm::sys::path::parent_path(OutputFile));
/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp217 sys::fs::Path input_path(pArchiveFile.path().parent_path());

Completed in 3020 milliseconds