Home
last modified time | relevance | path

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

/test/vts/testcases/host/verify_boot_header/
DVtsFirmwareBootHeaderVerification.py153 boot_path = target_file_utils.FindFiles(
155 logging.info("Boot path %s", boot_path)
156 if not boot_path:
159 self.adb.pull("%s %s" % (boot_path[0], host_boot_path))
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp479 std::string boot_path = "/dev/block/by-name/boot" + fs_mgr_get_slot_suffix(); in TEST() local
482 boot_path, "boot", "" /* expected_key_blob */, in TEST()
500 android::base::unique_fd fd(open(boot_path.c_str(), O_RDONLY)); in TEST()