HomeSort by relevance Sort by last modified time
    Searched defs:max_file_size (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/disk_cache/
mem_entry_impl.cc 304 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) {
entry_impl.cc 1012 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)
    [all...]
  /external/libnfc-nci/src/nfc/int/
ce_int.h 96 UINT16 max_file_size; /* size of storage + 2 bytes for NLEN */ member in struct:__anon10611
rw_int.h 423 UINT16 max_file_size; \/* Max NDEF file size *\/ member in struct:__anon10640
    [all...]

Completed in 154 milliseconds