Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Ddissect-image.h52 PARTITION_USR_SECONDARY_VERITY, enumerator
83 PARTITION_USR_SECONDARY_VERITY, in PARTITION_DESIGNATOR_VERSIONED()
109 return PARTITION_USR_SECONDARY_VERITY; in PARTITION_VERITY_OF()
Ddissect-image.c909 m->partitions[PARTITION_USR_SECONDARY_VERITY].found = false; in dissect_image()
940 m->partitions[PARTITION_USR_VERITY] = m->partitions[PARTITION_USR_SECONDARY_VERITY]; in dissect_image()
941 zero(m->partitions[PARTITION_USR_SECONDARY_VERITY]); in dissect_image()
987 m->partitions[PARTITION_USR_SECONDARY_VERITY].found = false; in dissect_image()
1006 m->partitions[PARTITION_USR_VERITY] = m->partitions[PARTITION_USR_SECONDARY_VERITY]; in dissect_image()
1007 zero(m->partitions[PARTITION_USR_SECONDARY_VERITY]); in dissect_image()
1015 } else if (m->partitions[PARTITION_USR_SECONDARY_VERITY].found || in dissect_image()
3051 [PARTITION_USR_SECONDARY_VERITY] = "usr-secondary-verity",