Searched refs:max_file_size (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/ |
D | read_dex_file.cpp | 63 size_t max_file_size; in ReadSymbolsFromDexFileInMemory() local 64 if (__builtin_sub_overflow(size, offset, &max_file_size)) { in ReadSymbolsFromDexFileInMemory() 70 art_api::dex::DexFile::OpenFromMemory(file_addr, &max_file_size, "", &error_msg); in ReadSymbolsFromDexFileInMemory()
|
/system/nfc/src/nfc/tags/ |
D | ce_t4t.cc | 128 p_t4t->nlen, p_t4t->max_file_size, in ce_t4t_select_file() 553 uint16_t offset, max_file_size; in ce_t4t_data_cback() local 668 max_file_size = T4T_FC_TLV_OFFSET_IN_CC + T4T_FILE_CONTROL_TLV_SIZE; in ce_t4t_data_cback() 670 max_file_size = ce_cb.mem.t4t.max_file_size; in ce_t4t_data_cback() 688 if (length + offset > max_file_size) { in ce_t4t_data_cback() 689 if (offset < max_file_size) { in ce_t4t_data_cback() 690 length = (uint8_t)(max_file_size - offset); in ce_t4t_data_cback() 694 length, max_file_size); in ce_t4t_data_cback() 698 offset, max_file_size); in ce_t4t_data_cback() 735 if (length + offset > ce_cb.mem.t4t.max_file_size) { in ce_t4t_data_cback() [all …]
|
D | rw_t4t.cc | 968 if ((p_t4t->cc_file.ndef_fc.max_file_size < 0x0005) || in rw_t4t_validate_cc_file() 969 (p_t4t->cc_file.ndef_fc.max_file_size == 0xFFFF)) { in rw_t4t_validate_cc_file() 971 p_t4t->cc_file.ndef_fc.max_file_size); in rw_t4t_validate_cc_file() 1325 BE_STREAM_TO_UINT16(p_t4t->cc_file.ndef_fc.max_file_size, p); in rw_t4t_sm_detect_ndef() 1344 " MaxFileSize: 0x%04X", p_t4t->cc_file.ndef_fc.max_file_size); in rw_t4t_sm_detect_ndef() 1385 p_t4t->cc_file.ndef_fc.max_file_size - T4T_FILE_LENGTH_SIZE) { in rw_t4t_sm_detect_ndef() 1423 (uint32_t)(p_t4t->cc_file.ndef_fc.max_file_size - in rw_t4t_sm_detect_ndef() 1441 nlen, p_t4t->cc_file.ndef_fc.max_file_size); in rw_t4t_sm_detect_ndef() 2044 if (rw_cb.tcb.t4t.cc_file.ndef_fc.max_file_size < in RW_T4tUpdateNDef() 2049 length, rw_cb.tcb.t4t.cc_file.ndef_fc.max_file_size); in RW_T4tUpdateNDef()
|
/system/nfc/src/nfc/include/ |
D | ce_int.h | 94 uint16_t max_file_size; /* size of storage + 2 bytes for NLEN */ member
|
D | rw_int.h | 548 uint16_t max_file_size; /* Max NDEF file size */ member
|