[go: nahoru, domu]

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

/frameworks/base/core/java/android/hardware/location/
H A DMemoryRegion.java58 public boolean isReadable() { method in class:MemoryRegion
85 if (isReadable()) {
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp160 if (!isOpened() || !isReadable()) {
217 bool FileHandle::isReadable() const { function in class:mcld::FileHandle
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h112 bool isReadable() const;
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc164 if (isReadable() && !isWritable()) {
168 } else if (!isReadable() && isWritable()) {

Completed in 57 milliseconds