Searched refs:moduleCount (Results 1 – 1 of 1) sorted by relevance
161 uint32_t matchCount = 0, moduleCount = 0; in ElfSearchTest() local163 ++moduleCount; in ElfSearchTest()175 EXPECT_EQ(moduleCount, matchCount, "Build for module was not found."); in ElfSearchTest()178 EXPECT_EQ(moduleCount, fbl::count_of(mods), "Unexpected number of modules found."); in ElfSearchTest()
Completed in 3 milliseconds