Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/
DFileHandle.cpp80 setState(BadBit); in open()
108 setState(BadBit); in delegate()
126 setState(BadBit); in close()
146 setState(BadBit); in truncate()
161 setState(BadBit); in read()
183 setState(BadBit); in write()
232 return !(m_State & (BadBit | FailBit)); in isGood()
236 return (m_State & BadBit); in isBad()
240 return (m_State & (BadBit | FailBit)); in isFailed()
/frameworks/compile/mclinker/lib/Support/Unix/
DFileSystem.inc156 setState(BadBit);
178 setState(BadBit);
194 setState(BadBit);
/frameworks/compile/mclinker/include/mcld/Support/
DFileHandle.h29 BadBit = 1L << 0, // error due to the inappropriate operation enumerator