Home
last modified time | relevance | path

Searched defs:madvise (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
DOs.java450 …public static void madvise(long address, long byteCount, int advice) throws ErrnoException { Libco… in madvise() method in Os
/libcore/luni/src/main/java/libcore/io/
DOs.java418 public void madvise(long addr, long byteCount, int advice) throws ErrnoException; in madvise() method
DForwardingOs.java480 …public void madvise(long address, long byteCount, int advice) throws ErrnoException { os.madvise(a… in madvise() method in ForwardingOs
DLinux.java163 public native void madvise(long address, long byteCount, int advice) throws ErrnoException; in madvise() method in Linux