Searched refs:max_file_size (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/base/
H A Dfilerotatingstream.h37 size_t max_file_size,
88 size_t max_file_size,
H A Dfilerotatingstream.cc33 size_t max_file_size,
37 max_file_size,
40 RTC_DCHECK_GT(max_file_size, 0u);
46 size_t max_file_size,
53 max_file_size_(max_file_size),
31 FileRotatingStream(const std::string& dir_path, const std::string& file_prefix, size_t max_file_size, size_t num_files) argument
44 FileRotatingStream(const std::string& dir_path, const std::string& file_prefix, size_t max_file_size, size_t num_files, Mode mode) argument
H A Dfilerotatingstream_unittest.cc27 size_t max_file_size,
36 stream_.reset(new FileRotatingStream(dir_path_, file_prefix, max_file_size,
25 Init(const std::string& dir_name, const std::string& file_prefix, size_t max_file_size, size_t num_log_files) argument
/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...]
H A Drw_t4t.c1021 if ( (p_t4t->cc_file.ndef_fc.max_file_size < 0x0005)
1022 ||(p_t4t->cc_file.ndef_fc.max_file_size == 0xFFFF) )
1024 RW_TRACE_ERROR1 ("rw_t4t_validate_cc_file (): max_file_size (%d) is reserved",
1025 p_t4t->cc_file.ndef_fc.max_file_size);
1456 BE_STREAM_TO_UINT16 (p_t4t->cc_file.ndef_fc.max_file_size, p);
1468 RW_TRACE_DEBUG1 (" MaxFileSize: 0x%04X", p_t4t->cc_file.ndef_fc.max_file_size);
1515 if (nlen <= p_t4t->cc_file.ndef_fc.max_file_size - T4T_FILE_LENGTH_SIZE)
1563 rw_data.ndef.max_size = (UINT32) (p_t4t->cc_file.ndef_fc.max_file_size - (UINT16) T4T_FILE_LENGTH_SIZE);
1580 nlen, p_t4t->cc_file.ndef_fc.max_file_size);
2241 if (rw_cb.tcb.t4t.cc_file.ndef_fc.max_file_size < lengt
[all...]
/external/libnfc-nci/src/nfc/include/
H A Dce_api.h226 UINT16 max_file_size,
/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:__anon10565
H A Drw_int.h426 UINT16 max_file_size; /* Max NDEF file size */ member in struct:__anon10595

Completed in 144 milliseconds