Home
last modified time | relevance | path

Searched defs:kMaxFileSize (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Dfile_rotating_stream_unittest.cc46 static const size_t kMaxFileSize; member in rtc::MAYBE_FileRotatingStreamTest
113 const size_t MAYBE_FileRotatingStreamTest::kMaxFileSize = 2; member in rtc::MAYBE_FileRotatingStreamTest
/aosp_15_r20/external/zstd/tests/fuzz/
H A Dregression_driver.c20 size_t const kMaxFileSize = (size_t)1 << 27; in main() local
/aosp_15_r20/external/icing/icing/file/
H A Dfile-backed-proto.h121 static constexpr int32_t kMaxFileSize = 1 * 1024 * 1024; // 1 MiB. variable
H A Dmemory-mapped-file.h117 static constexpr int64_t kMaxFileSize = INT64_C(1) << 34; variable
H A Dfile-backed-vector.h160 static constexpr int32_t kMaxFileSize = variable
/aosp_15_r20/system/nvram/hal/
H A Dfake_nvram_storage.cpp50 const off_t kMaxFileSize = 2048; variable
/aosp_15_r20/external/cronet/net/dns/
H A Dnsswitch_reader.cc40 constexpr size_t kMaxFileSize = 1024 * 1024; variable
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
H A DVehicleManager_fuzzer.cpp84 constexpr int32_t kMaxFileSize = 100; variable
/aosp_15_r20/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.h270 static const int kMaxFileSize = 50 * 1024 * 1024; variable
/aosp_15_r20/external/perfetto/src/tracing/service/
H A Dtracing_service_impl_unittest.cc1978 const uint64_t kMaxFileSize = 1024; in TEST_F() local