OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:truncate_result
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/browser/download/
base_file.cc
303
int64
truncate_result
= file_stream_->Truncate(bytes_so_far_);
local
304
if (
truncate_result
< 0)
305
return LogNetError("Truncate", static_cast<net::Error>(
truncate_result
));
309
DCHECK_EQ(bytes_so_far_,
truncate_result
);
Completed in 314 milliseconds