OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:src_file_length
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/browser/fileapi/
obfuscated_file_util_unittest.cc
540
int64
src_file_length
= 87;
local
551
ASSERT_TRUE(base::TruncatePlatformFile(file_handle,
src_file_length
));
572
context->set_allowed_bytes_growth(path_cost +
src_file_length
- 1);
579
context->set_allowed_bytes_growth(path_cost +
src_file_length
);
594
EXPECT_EQ(
src_file_length
, GetSize(data_path));
[
all
...]
Completed in 42 milliseconds