Home
last modified time | relevance | path

Searched refs:isOwned (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/unittests/
DFileHandleTest.cpp47 ASSERT_TRUE(m_pTestee->isOwned()); in TEST_F()
67 ASSERT_FALSE(m_pTestee->isOwned()); in TEST_F()
74 ASSERT_TRUE(m_pTestee->isOwned()); in TEST_F()
/frameworks/compile/mclinker/lib/Support/
DFileHandle.cpp130 if (isOwned()) { in close()
243 bool FileHandle::isOwned() const { in isOwned() function in mcld::FileHandle
/frameworks/compile/mclinker/include/mcld/Support/
DFileHandle.h110 bool isOwned() const;