Searched defs:ftruncate (Results 1 – 5 of 5) sorted by relevance
146 @Override public void ftruncate(FileDescriptor fd, long length) throws ErrnoException { in ftruncate() method in BlockGuardOs
66 public void ftruncate(FileDescriptor fd, long length) throws ErrnoException; in ftruncate() method
75 …public void ftruncate(FileDescriptor fd, long length) throws ErrnoException { os.ftruncate(fd, len… in ftruncate() method in ForwardingOs
69 public native void ftruncate(FileDescriptor fd, long length) throws ErrnoException; in ftruncate() method in Posix
139 …public static void ftruncate(FileDescriptor fd, long length) throws ErrnoException { Libcore.os.ft… in ftruncate() method in Os