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