Home
last modified time | relevance | path

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

/system/secretkeeper/dice_policy/building/src/
Dlib.rs64 constraint_type: ConstraintType, field
80 constraint_type: ConstraintType, in new()
85 Self { constraint_type, path, if_path_missing, target_entry } in new()
309 constraint_spec.constraint_type as u16, in constraint_on_dice_node()
/system/secretkeeper/dice_policy/src/
Dlib.rs96 pub fn new(constraint_type: u16, path: Vec<i64>, value: Value) -> Result<Self, Error> { in new()
97 if constraint_type != EXACT_MATCH_CONSTRAINT in new()
98 && constraint_type != GREATER_OR_EQUAL_CONSTRAINT in new()
102 Ok(Self(constraint_type, path, value)) in new()