Home
last modified time | relevance | path

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

/test/vts-testcase/security/avb/
Dvts_built_with_ddk_test.cpp204 const std::filesystem::path& module_path) { in InspectModule() argument
206 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() local
251 EXPECT_RESULT_OK(InspectModule(ack_modules_.value(), module_path)); in TEST_F()
268 for (const auto& module_path : kernel_module_paths) { in InspectExtractedRamdisk() local
269 EXPECT_RESULT_OK(InspectModule(ack_modules, module_path)); in InspectExtractedRamdisk()