Searched refs:module_path (Results 1 – 1 of 1) sorted by relevance
204 const std::filesystem::path& module_path) { in InspectModule() argument206 if (!android::elf64::Elf64Parser::ParseElfFile(module_path, elf)) { in InspectModule()207 GTEST_LOG_(WARNING) << "Unable to parse module at " << module_path; in InspectModule()238 << "Non compliant module found: " << module_path; in InspectModule()250 for (const auto& module_path : device_module_paths) { in TEST_F() local251 EXPECT_RESULT_OK(InspectModule(ack_modules_.value(), module_path)); in TEST_F()268 for (const auto& module_path : kernel_module_paths) { in InspectExtractedRamdisk() local269 EXPECT_RESULT_OK(InspectModule(ack_modules, module_path)); in InspectExtractedRamdisk()