Searched defs:truncate (Results 1 – 5 of 5) sorted by relevance
59 void OutputFile::truncate() { in truncate() function in OutputFile
122 public void truncate() throws IOException { in truncate() method in AtomicFile
160 @Deprecated public void truncate() throws IOException { in truncate() method in AtomicFile
144 bool FileHandle::truncate(size_t pSize) { in truncate() function in mcld::FileHandle
45 private static String[] getFormattedDates(long[] dates, Time time, boolean truncate) { in getFormattedDates()