Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier_test.cc1320 constexpr size_t kSections = 7; in TEST_F() local
1321 for (size_t i = 0; i < kSections; ++i) { in TEST_F()
1352 static_assert(kSections == 7, "kSections is wrong"); in TEST_F()