Searched refs:minsize (Results 1 – 1 of 1) sorted by relevance
263 void FileExists(const char* filename, uint32_t minsize, in FileExists() argument267 EXPECT_GT(entry.uncompressed_length, minsize); in FileExists()351 void SectionExists(const std::string& sectionName, int minsize) { in SectionExists() argument354 EXPECT_GE(section.size_bytes, minsize) << " for section:" << sectionName; in SectionExists()