Searched defs:max_file_size (Results 1 - 7 of 7) sorted by relevance

/external/libnfc-nci/src/nfc/int/
H A Dce_int.h96 UINT16 max_file_size; /* size of storage + 2 bytes for NLEN */ member in struct:__anon24344
H A Drw_int.h426 UINT16 max_file_size; /* Max NDEF file size */ member in struct:__anon24373
/external/libnfc-nci/src/nfc/tags/
H A Dce_t4t.c134 p_t4t->max_file_size,
603 UINT16 offset, max_file_size; local
709 max_file_size = T4T_FC_TLV_OFFSET_IN_CC + T4T_FILE_CONTROL_TLV_SIZE;
713 max_file_size = ce_cb.mem.t4t.max_file_size;
723 if (length + offset > max_file_size)
725 if (offset < max_file_size)
727 length = (UINT8) (max_file_size - offset);
729 CE_TRACE_DEBUG2 ("CET4T: length is reduced to %d by max_file_size (%d)",
730 length, max_file_size);
1137 CE_T4TTestSetNDEFCtrlTLV(UINT8 type, UINT8 length, UINT16 file_id, UINT16 max_file_size, UINT8 read_access, UINT8 write_access) argument
[all...]
/external/chromium_org/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc174 int64 max_file_size,
178 max_file_size_(max_file_size),
172 JSONTest(const base::FilePath& path, DiagnosticsTestId id, int64 max_file_size, FileImportance importance) argument
/external/chromium_org/net/disk_cache/memory/
H A Dmem_entry_impl.cc315 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/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl_v3.cc872 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)
H A Dentry_impl.cc1074 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)

Completed in 181 milliseconds