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