Home
last modified time | relevance | path

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

/system/utest/elf-search/
A Delf-search-test.cpp161 uint32_t matchCount = 0, moduleCount = 0; in ElfSearchTest() local
163 ++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