Searched refs:MAX_FILE_SIZE (Results 1 – 3 of 3) sorted by relevance
27 private const val MAX_FILE_SIZE = 64 * 102479 if (file.length() > MAX_FILE_SIZE) {
22 static constexpr int MAX_FILE_SIZE = 256; variable48 std::string contents = dataProvider->ConsumeRandomLengthString(MAX_FILE_SIZE); in __anond7bced8b0502()
78 int MAX_FILE_SIZE = 10 * 1024; // 10 kb in testMultipleDownloads() local82 int size = r.nextInt(MAX_FILE_SIZE); in testMultipleDownloads()