Home
last modified time | relevance | path

Searched refs:minsize (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp263 void FileExists(const char* filename, uint32_t minsize, in FileExists() argument
267 EXPECT_GT(entry.uncompressed_length, minsize); in FileExists()
351 void SectionExists(const std::string& sectionName, int minsize) { in SectionExists() argument
354 EXPECT_GE(section.size_bytes, minsize) << " for section:" << sectionName; in SectionExists()