Home
last modified time | relevance | path

Searched defs:max_file_size (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/icing/icing/file/
H A Dmemory-mapped-file_test.cc56 constexpr int max_file_size = 8192; in TEST_F() local
83 constexpr int max_file_size = 8192; in TEST_F() local
128 constexpr int max_file_size = 8192; in TEST_F() local
172 int max_file_size = page_size * 2; in TEST_F() local
453 int max_file_size = page_size * 2; in TEST_F() local
504 int max_file_size = page_size * 10; in TEST_F() local
556 int max_file_size = page_size * 10; in TEST_F() local
604 int max_file_size = page_size * 10; in TEST_F() local
H A Dmemory-mapped-file.cc38 int64_t max_file_size) { in Create()
61 int64_t max_file_size, int64_t pre_mapping_file_offset, in Create()
95 int64_t max_file_size, int64_t file_size) in MemoryMappedFile()
H A Dfile-backed-vector.h590 int32_t max_file_size, in Create()
645 int32_t max_file_size, in InitializeNewFile()
677 int32_t max_file_size, int32_t pre_mapping_mmap_size) { in InitializeExistingFile()
H A Dpersistent-hash-map.cc353 int32_t max_file_size = in InitializeNewFiles() local
445 int32_t max_file_size = in InitializeExistingFiles() local
H A Dfile-backed-vector_test.cc718 int32_t max_file_size = (1 << 10) - 1; in TEST_F() local
810 int32_t max_file_size = (1 << 10) - 1; in TEST_F() local
927 int32_t max_file_size = (1 << 20) - 1; in TEST_F() local
H A Dmemory-mapped-file.h241 int64_t max_file_size() const { return max_file_size_; } in max_file_size() function
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
H A Dspdlog_impl.h62 …er_mt(const std::string& logger_name, const filename_t& filename, size_t max_file_size, size_t max… in rotating_logger_mt()
67 …er_st(const std::string& logger_name, const filename_t& filename, size_t max_file_size, size_t max… in rotating_logger_st()
/aosp_15_r20/external/perfetto/src/perfetto_cmd/
H A Dconfig.h33 std::string max_file_size; member
/aosp_15_r20/external/fmtlib/test/
H A Dposix-mock-test.cc87 static off_t max_file_size() { return std::numeric_limits<off_t>::max(); } in max_file_size() function
97 static LONGLONG max_file_size() { return std::numeric_limits<LONGLONG>::max(); } in max_file_size() function
/aosp_15_r20/system/extras/simpleperf/
H A Dread_dex_file.cpp53 size_t max_file_size; in ReadSymbolsFromDexFileInMemory() local
/aosp_15_r20/external/leveldb/include/leveldb/
H A Doptions.h115 size_t max_file_size = 2 * 1024 * 1024; member
/aosp_15_r20/system/nfc/src/nfc/tags/
H A Dce_t4t.cc548 uint16_t offset, max_file_size; in ce_t4t_data_cback() local
/aosp_15_r20/external/webrtc/rtc_base/
H A Dfile_rotating_stream.cc184 size_t max_file_size, in FileRotatingStream()
H A Dfile_rotating_stream_unittest.cc50 size_t max_file_size, in Init()
/aosp_15_r20/system/nfc/src/nfc/include/
H A Dce_int.h94 uint16_t max_file_size; /* size of storage + 2 bytes for NLEN */ member
H A Drw_int.h567 uint32_t max_file_size; /* Max NDEF file size */ member
/aosp_15_r20/external/cronet/net/disk_cache/memory/
H A Dmem_entry_impl.cc360 const int max_file_size = backend_->MaxFileSize(); in InternalWriteData() local
/aosp_15_r20/system/core/trusty/storage/proxy/
H A Dstorage.c43 static uint64_t max_file_size = 0x10000000000; variable
/aosp_15_r20/trusty/user/app/keymint/
Dsecure_deletion_secret_manager.rs501 let max_file_size = SecureDeletionSecretFile::get_max_file_size(is_upgrade); in new_secret() localVariable
/aosp_15_r20/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp1030 constexpr off_t max_file_size = 1000000000000; in TestEmmcOptimizedDunWraparound() local
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dentry_impl.cc1074 int max_file_size = backend_->MaxFileSize(); in InternalWriteData() local
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-read.c89 static int max_file_size; variable