Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libfs_avb/
H A Davb_util.cpp50 std::string dm_verity_mode; in ConstructVerityTable() local
52 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()