Searched defs:kMaxFileSize (Results 1 – 10 of 10) sorted by relevance
46 static const size_t kMaxFileSize; member in rtc::MAYBE_FileRotatingStreamTest113 const size_t MAYBE_FileRotatingStreamTest::kMaxFileSize = 2; member in rtc::MAYBE_FileRotatingStreamTest
20 size_t const kMaxFileSize = (size_t)1 << 27; in main() local
121 static constexpr int32_t kMaxFileSize = 1 * 1024 * 1024; // 1 MiB. variable
117 static constexpr int64_t kMaxFileSize = INT64_C(1) << 34; variable
160 static constexpr int32_t kMaxFileSize = variable
50 const off_t kMaxFileSize = 2048; variable
40 constexpr size_t kMaxFileSize = 1024 * 1024; variable
84 constexpr int32_t kMaxFileSize = 100; variable
270 static const int kMaxFileSize = 50 * 1024 * 1024; variable
1978 const uint64_t kMaxFileSize = 1024; in TEST_F() local