/aosp_15_r20/external/icing/icing/file/ |
H A D | memory-mapped-file_test.cc | 56 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 D | memory-mapped-file.cc | 38 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 D | file-backed-vector.h | 590 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 D | persistent-hash-map.cc | 353 int32_t max_file_size = in InitializeNewFiles() local 445 int32_t max_file_size = in InitializeExistingFiles() local
|
H A D | file-backed-vector_test.cc | 718 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 D | memory-mapped-file.h | 241 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 D | spdlog_impl.h | 62 …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 D | config.h | 33 std::string max_file_size; member
|
/aosp_15_r20/external/fmtlib/test/ |
H A D | posix-mock-test.cc | 87 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 D | read_dex_file.cpp | 53 size_t max_file_size; in ReadSymbolsFromDexFileInMemory() local
|
/aosp_15_r20/external/leveldb/include/leveldb/ |
H A D | options.h | 115 size_t max_file_size = 2 * 1024 * 1024; member
|
/aosp_15_r20/system/nfc/src/nfc/tags/ |
H A D | ce_t4t.cc | 548 uint16_t offset, max_file_size; in ce_t4t_data_cback() local
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | file_rotating_stream.cc | 184 size_t max_file_size, in FileRotatingStream()
|
H A D | file_rotating_stream_unittest.cc | 50 size_t max_file_size, in Init()
|
/aosp_15_r20/system/nfc/src/nfc/include/ |
H A D | ce_int.h | 94 uint16_t max_file_size; /* size of storage + 2 bytes for NLEN */ member
|
H A D | rw_int.h | 567 uint32_t max_file_size; /* Max NDEF file size */ member
|
/aosp_15_r20/external/cronet/net/disk_cache/memory/ |
H A D | mem_entry_impl.cc | 360 const int max_file_size = backend_->MaxFileSize(); in InternalWriteData() local
|
/aosp_15_r20/system/core/trusty/storage/proxy/ |
H A D | storage.c | 43 static uint64_t max_file_size = 0x10000000000; variable
|
/aosp_15_r20/trusty/user/app/keymint/ |
D | secure_deletion_secret_manager.rs | 501 let max_file_size = SecureDeletionSecretFile::get_max_file_size(is_upgrade); in new_secret() localVariable
|
/aosp_15_r20/test/vts-testcase/kernel/encryption/ |
D | file_based_encryption_tests.cpp | 1030 constexpr off_t max_file_size = 1000000000000; in TestEmmcOptimizedDunWraparound() local
|
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/ |
H A D | entry_impl.cc | 1074 int max_file_size = backend_->MaxFileSize(); in InternalWriteData() local
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-read.c | 89 static int max_file_size; variable
|