Searched refs:MAX_FILE_SIZE (Results 1 – 2 of 2) sorted by relevance
21 static constexpr int MAX_FILE_SIZE = 256; variable37 std::string contents = dataProvider->ConsumeRandomLengthString(MAX_FILE_SIZE); in __anon7da9061f0302()
78 int MAX_FILE_SIZE = 10 * 1024; // 10 kb in testMultipleDownloads() local82 int size = r.nextInt(MAX_FILE_SIZE); in testMultipleDownloads()