Searched defs:kMaxFileSize (Results 1 – 7 of 7) sorted by relevance
20 size_t const kMaxFileSize = (size_t)1 << 27; in main() local
121 static constexpr int32_t kMaxFileSize = 1 * 1024 * 1024; // 1 MiB. variable
118 static constexpr int64_t kMaxFileSize = INT64_C(1) << 34; variable
160 static constexpr int32_t kMaxFileSize = variable
40 constexpr size_t kMaxFileSize = 1024 * 1024; variable
46 static const size_t kMaxFileSize; member in rtc::MAYBE_FileRotatingStreamTest113 const size_t MAYBE_FileRotatingStreamTest::kMaxFileSize = 2; member in rtc::MAYBE_FileRotatingStreamTest
2097 const uint64_t kMaxFileSize = 1024; in TEST_F() local