Searched refs:dm_verity_mode (Results 1 – 1 of 1) sorted by relevance
50 std::string dm_verity_mode; in ConstructVerityTable() local52 dm_verity_mode = "panic_on_corruption"; in ConstructVerityTable()54 dm_verity_mode = "restart_on_corruption"; in ConstructVerityTable()56 dm_verity_mode = "ignore_corruption"; in ConstructVerityTable()76 if (!dm_verity_mode.empty()) { in ConstructVerityTable()77 target.SetVerityMode(dm_verity_mode); in ConstructVerityTable()