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

/external/chromium/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc317 JSONTest(const FilePath& path, const string16& name, int64 max_file_size) argument
318 : DiagnosticTest(name), path_(path), max_file_size_(max_file_size) {
/external/libnfc-nci/src/nfc/tags/
H A Dce_t4t.c133 p_t4t->max_file_size,
606 UINT16 offset, max_file_size; local
710 max_file_size = T4T_FC_TLV_OFFSET_IN_CC + T4T_FILE_CONTROL_TLV_SIZE;
714 max_file_size = ce_cb.mem.t4t.max_file_size;
724 if (length + offset > max_file_size)
726 if (offset < max_file_size)
728 length = (UINT8) (max_file_size - offset);
730 CE_TRACE_DEBUG2 ("CET4T: length is reduced to %d by max_file_size (%d)",
731 length, max_file_size);
1138 CE_T4TTestSetNDEFCtrlTLV(UINT8 type, UINT8 length, UINT16 file_id, UINT16 max_file_size, UINT8 read_access, UINT8 write_access) argument
[all...]
/external/chromium/net/disk_cache/
H A Dmem_entry_impl.cc304 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) {
H A Dentry_impl.cc1012 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)
/external/libnfc-nci/src/nfc/int/
H A Dce_int.h95 UINT16 max_file_size; /* size of storage + 2 bytes for NLEN */ member in struct:__anon8481
H A Drw_int.h421 UINT16 max_file_size; /* Max NDEF file size */ member in struct:__anon8510

Completed in 126 milliseconds