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

  /external/libnfc-nci/src/nfc/include/
ce_api.h 225 UINT16 max_file_size,
  /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...]
  /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/chromium/chrome/browser/diagnostics/
recon_diagnostics.cc 317 JSONTest(const FilePath& path, const string16& name, int64 max_file_size)
318 : DiagnosticTest(name), path_(path), max_file_size_(max_file_size) {

Completed in 691 milliseconds