Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DFileHandleTest.cpp51 ASSERT_TRUE(m_pTestee->isOwned()); in TEST_F()
71 ASSERT_FALSE(m_pTestee->isOwned()); in TEST_F()
78 ASSERT_TRUE(m_pTestee->isOwned()); in TEST_F()
/frameworks/compile/mclinker/lib/Support/
DFileHandle.cpp134 if (isOwned()) { in close()
262 bool FileHandle::isOwned() const in isOwned() function in FileHandle
/frameworks/compile/mclinker/include/mcld/Support/
DFileHandle.h120 bool isOwned() const;