HomeSort by relevance Sort by last modified time
    Searched refs:Truncate (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /external/chromium_org/net/base/
file_stream_context_win.cc 164 int FileStream::Context::Truncate(int64 bytes) {
  /external/chromium_org/webkit/browser/fileapi/
async_file_test_helper.cc 173 context->operation_runner()->Truncate(
file_system_operation_impl.h 71 virtual void Truncate(const FileSystemURL& url, int64 length,
native_file_util.cc 178 PlatformFileError NativeFileUtil::Truncate(
obfuscated_file_util.h 105 virtual base::PlatformFileError Truncate(
file_system_operation_impl.cc 174 void FileSystemOperationImpl::Truncate(const FileSystemURL& url, int64 length,
223 // We can only get here on a write or truncate that's not yet completed.
234 // For truncate we have no way to cancel the inflight operation (for now).
420 async_file_util_->Truncate(
file_system_operation_runner.cc 244 OperationID FileSystemOperationRunner::Truncate(
256 operation->Truncate(
isolated_file_util_unittest.cc 527 // Truncate to 0.
531 file_util()->Truncate(GetOperationContext().get(), url, 0));
537 // Truncate (extend) to 999.
539 file_util()->Truncate(GetOperationContext().get(), url, 999));
file_system_dir_url_request_job_unittest.cc 136 ASSERT_EQ(base::PLATFORM_FILE_OK, file_util()->Truncate(
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 245 TEST(RepeatedField, Truncate) {
254 field.Truncate(3);
263 field.Truncate(field.size());
265 EXPECT_DEBUG_DEATH(field.Truncate(field.size() + 1), "new_size");
  /external/v8/src/
mksnapshot.cc 243 output_->Truncate(output_length_);
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 253 FileHandle::ReadWrite | FileHandle::Truncate | FileHandle::Create,
  /external/chromium_org/content/renderer/pepper/
pepper_file_io_host.cc 357 file_system_dispatcher->Truncate(
365 if (!base::FileUtilProxy::Truncate(
quota_file_io.cc 185 if (!base::FileUtilProxy::Truncate(
  /external/chromium/chrome/browser/sessions/
session_backend.cc 354 // File is already open, truncate it. We truncate instead of closing and
359 if (current_session_file_->Truncate(header_size) != header_size)
  /external/chromium/net/base/
file_stream_posix.cc 425 int64 FileStream::Truncate(int64 bytes) {
434 // Seek to the position to truncate from.
439 // And truncate the file.
file_stream_win.cc 334 int64 FileStream::Truncate(int64 bytes) {
343 // Seek to the position to truncate from.
348 // And truncate the file.
  /external/chromium_org/base/files/
file_util_proxy.cc 366 bool FileUtilProxy::Truncate(
  /external/chromium_org/chrome/browser/chromeos/drive/
fileapi_worker.cc 31 // open it with truncate.
32 // - PLATFORM_FILE_OPEN_TRUNCATE: Open the existing file with truncate.
289 void Truncate(const base::FilePath& file_path,
  /external/chromium_org/chrome/browser/sessions/
session_backend.cc 360 // File is already open, truncate it. We truncate instead of closing and
365 if (current_session_file_->Truncate(header_size) != header_size)
  /external/chromium_org/content/browser/download/
base_file.cc 302 // Truncate the file.
303 int64 truncate_result = file_stream_->Truncate(bytes_so_far_);
305 return LogNetError("Truncate", static_cast<net::Error>(truncate_result));
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.cc 52 void Truncate(int offset);
107 void EntryImpl::UserBuffer::Truncate(int offset) {
110 DVLOG(3) << "Buffer truncate at " << offset << " current " << offset_;
556 const CompletionCallback& callback, bool truncate) {
558 return WriteDataImpl(index, offset, buf, buf_len, callback, truncate);
570 background_queue_->WriteData(this, index, offset, buf, buf_len, truncate,
577 bool truncate) {
581 CreateNetLogReadWriteDataCallback(index, offset, buf_len, truncate));
585 truncate);
849 bool truncate) {
    [all...]
  /external/chromium_org/sync/engine/
get_commit_ids_command.cc 326 // items. If so, truncate the set down to the allowed size.
327 commit_set_->Truncate(requested_commit_batch_size_);
  /external/chromium_org/v8/src/
mksnapshot.cc 258 output_->Truncate(output_length_);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field.h 118 void Truncate(int new_size);
664 this->Truncate(this->size() - num);
763 inline void RepeatedField<Element>::Truncate(int new_size) {
    [all...]

Completed in 4224 milliseconds

1 23 4 5