Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DPathTest.cpp135 TEST_F(PathTest, parent_path) { in TEST_F() argument
137 EXPECT_STREQ("aa/bb/cc", m_pTestee->parent_path().c_str()); in TEST_F()
140 EXPECT_STREQ("/aa/bb", m_pTestee->parent_path().c_str()); in TEST_F()
143 EXPECT_STREQ("/aa", m_pTestee->parent_path().c_str()); in TEST_F()
146 EXPECT_STREQ("aa", m_pTestee->parent_path().c_str()); in TEST_F()
149 EXPECT_TRUE(m_pTestee->parent_path().empty()); in TEST_F()
/frameworks/compile/slang/
Dslang_rs_reflect_utils.cpp266 llvm::sys::path::parent_path(output_path))) { in GenerateJavaBitCodeAccessor()
354 llvm::sys::path::parent_path(outDirectory))) { in startFile()
Dslang.cpp140 llvm::sys::path::parent_path(OutputFile)); in OpenOutputFile()
/frameworks/base/tools/aapt2/util/
DFiles.cpp110 std::string parent_path = path.substr(0, current_pos); in mkdirs() local
111 int result = ::android::base::utf8::mkdir(parent_path.c_str(), mode); in mkdirs()
/frameworks/compile/mclinker/include/mcld/Support/
DPath.h80 Path parent_path() const;
/frameworks/compile/mclinker/lib/Support/
DPath.cpp158 Path Path::parent_path() const { in parent_path() function in mcld::sys::fs::Path
/frameworks/compile/mclinker/lib/LD/
DGNUArchiveReader.cpp217 sys::fs::Path input_path(pArchiveFile.path().parent_path()); in readMemberHeader()