Searched refs:truncate (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Support/
H A DOutputFile.h36 void truncate();
/frameworks/compile/libbcc/lib/Support/
H A DOutputFile.cpp59 void OutputFile::truncate() { function in class:OutputFile
/frameworks/compile/mclinker/lib/Support/
H A DSpace.cpp92 pHandler.truncate(total_offset);
124 pHandler.truncate(total_offset);
H A DFileHandle.cpp148 bool FileHandle::truncate(size_t pSize) function in class:FileHandle
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h91 // truncate - truncate the file up to the pSize.
92 bool truncate(size_t pSize);
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRRuleTest.java45 private static String[] getFormattedDates(long[] dates, Time time, boolean truncate) { argument
50 if (truncate) {
125 boolean truncate = dtstartStr.length() <= 8; // Just date, not date-time
126 String[] actual = getFormattedDates(out, outCal, truncate);
/frameworks/base/core/java/android/util/
H A DAtomicFile.java160 @Deprecated public void truncate() throws IOException { method in class:AtomicFile
/frameworks/base/core/java/com/android/internal/os/
H A DAtomicFile.java122 public void truncate() throws IOException { method in class:AtomicFile
/frameworks/base/services/java/com/android/server/content/
H A DSyncStorageEngine.java2371 mPendingFile.truncate();

Completed in 2128 milliseconds