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 - 5
of
5
) sorted by null
/external/chromium_org/net/disk_cache/memory/
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
) {
/external/libnfc-nci/src/nfc/int/
ce_int.h
96
UINT16
max_file_size
; /* size of storage + 2 bytes for NLEN */
member in struct:__anon3903
rw_int.h
426
UINT16
max_file_size
; \/* Max NDEF file size *\/
member in struct:__anon3932
[
all
...]
/external/chromium_org/net/disk_cache/blockfile/
entry_impl.cc
1074
int
max_file_size
= backend_->MaxFileSize();
local
1077
if (offset >
max_file_size
|| buf_len >
max_file_size
||
1078
offset + buf_len >
max_file_size
) {
1080
if (size <=
max_file_size
)
[
all
...]
entry_impl_v3.cc
872
int
max_file_size
= backend_->MaxFileSize();
local
875
if (offset >
max_file_size
|| buf_len >
max_file_size
||
876
offset + buf_len >
max_file_size
) {
878
if (size <=
max_file_size
)
[
all
...]
Completed in 8513 milliseconds