Searched refs:isReadable (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp166 if (!isOpened() || !isReadable()) {
230 bool FileHandle::isReadable() const function in class:FileHandle
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h125 bool isReadable() const;
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc168 if (isReadable() && !isWritable()) {
173 else if (!isReadable() && isWritable()) {

Completed in 255 milliseconds