HomeSort by relevance Sort by last modified time
    Searched defs:Truncate (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/base/
file_stream_posix.cc 443 int64 FileStream::Truncate(int64 bytes) {
450 // Seek to the position to truncate from.
455 // And truncate the file.
file_stream_win.cc 301 int64 FileStream::Truncate(int64 bytes) {
308 // Seek to the position to truncate from.
313 // And truncate the file.
  /external/protobuf/src/google/protobuf/
repeated_field.h 99 void Truncate(int new_size);
590 inline void RepeatedField<Element>::Truncate(int new_size) {
    [all...]
  /external/v8/tools/
test.py 256 def Truncate(self, str, length):
273 status = self.Truncate(status, 78)
    [all...]

Completed in 126 milliseconds