OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_file_size
(Results
1 - 7
of
7
) sorted by null
/external/chromium/net/disk_cache/
mem_entry_impl.cc
304
int
max_file_size
= backend_->MaxFileSize();
local
307
if (offset >
max_file_size
|| buf_len >
max_file_size
||
308
offset + buf_len >
max_file_size
) {
entry_impl.cc
1012
int
max_file_size
= backend_->MaxFileSize();
local
1015
if (offset >
max_file_size
|| buf_len >
max_file_size
||
1016
offset + buf_len >
max_file_size
) {
1018
if (size <=
max_file_size
)
[
all
...]
/external/chromium_org/net/disk_cache/
mem_entry_impl.cc
315
int
max_file_size
= backend_->MaxFileSize();
local
318
if (offset >
max_file_size
|| buf_len >
max_file_size
||
319
offset + buf_len >
max_file_size
) {
entry_impl.cc
1070
int
max_file_size
= backend_->MaxFileSize();
local
1073
if (offset >
max_file_size
|| buf_len >
max_file_size
||
1074
offset + buf_len >
max_file_size
) {
1076
if (size <=
max_file_size
)
[
all
...]
/external/libnfc-nci/src/nfc/int/
ce_int.h
96
UINT16
max_file_size
; /* size of storage + 2 bytes for NLEN */
member in struct:__anon20893
rw_int.h
418
UINT16
max_file_size
; /* Max NDEF file size *
member in struct:__anon20922
[
all
...]
/external/chromium_org/net/disk_cache/v3/
entry_impl_v3.cc
861
int
max_file_size
= backend_->MaxFileSize();
local
864
if (offset >
max_file_size
|| buf_len >
max_file_size
||
865
offset + buf_len >
max_file_size
) {
867
if (size <=
max_file_size
)
[
all
...]
Completed in 119 milliseconds