Searched defs:ftruncate (Results 1 – 5 of 5) sorted by relevance
209 @Override public void ftruncate(FileDescriptor fd, long length) throws ErrnoException { in ftruncate() method in BlockGuardOs
216 public void ftruncate(FileDescriptor fd, long length) throws ErrnoException; in ftruncate() method
276 …public void ftruncate(FileDescriptor fd, long length) throws ErrnoException { os.ftruncate(fd, len… in ftruncate() method in ForwardingOs
85 public native void ftruncate(FileDescriptor fd, long length) throws ErrnoException; in ftruncate() method in Linux
207 …public static void ftruncate(FileDescriptor fd, long length) throws ErrnoException { Libcore.os.ft… in ftruncate() method in Os