Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/
DFileHandle.cpp83 setState(BadBit); in open()
111 setState(BadBit); in delegate()
130 setState(BadBit); in close()
151 setState(BadBit); in truncate()
167 setState(BadBit); in read()
190 setState(BadBit); in write()
249 return !(m_State & (BadBit | FailBit)); in isGood()
254 return (m_State & BadBit); in isBad()
259 return (m_State & (BadBit | FailBit)); in isFailed()
/frameworks/compile/mclinker/lib/Support/Unix/
DFileSystem.inc161 setState(BadBit);
186 setState(BadBit);
203 setState(BadBit);
/frameworks/compile/mclinker/include/mcld/Support/
DFileHandle.h31 BadBit = 1L << 0, // error due to the inappropriate operation enumerator