Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/gki/
Dramdisk_utils.cpp36 std::string_view boot_path) { in ExtractRamdiskRaw() argument
38 TEMP_FAILURE_RETRY(open(boot_path.data(), O_RDONLY))); in ExtractRamdiskRaw()
39 if (!bootimg.ok()) return ErrnoError() << "open(" << boot_path << ")"; in ExtractRamdiskRaw()
70 std::string_view boot_path) { in ExtractRamdiskToDirectory() argument
71 auto raw_ramdisk_file = ExtractRamdiskRaw(boot_path); in ExtractRamdiskToDirectory()
Dgeneric_boot_image_test.cpp78 std::string boot_path = "/dev/block/by-name/boot" + slot_suffix; in TEST_F() local
79 if (0 != access(boot_path.c_str(), F_OK)) { in TEST_F()
81 FAIL() << "Can't access " << boot_path << ": " << strerror(saved_errno); in TEST_F()
84 auto extracted_ramdisk = android::ExtractRamdiskToDirectory(boot_path); in TEST_F()
Dramdisk_utils.h29 std::string_view boot_path);
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp605 std::string boot_path = "/dev/block/by-name/boot" + fs_mgr_get_slot_suffix(); in TEST() local
608 boot_path, "boot", "" /* expected_key_blob */, in TEST()
628 android::base::unique_fd fd(open(boot_path.c_str(), O_RDONLY)); in TEST()
674 std::string boot_path = "/dev/block/by-name/boot" + fs_mgr_get_slot_suffix(); in LoadGkiComplianceV2Images() local
677 android::base::unique_fd fd(open(boot_path.c_str(), O_RDONLY)); in LoadGkiComplianceV2Images()