Home | History | Annotate | Download | only in scheduler

Lines Matching refs:protection

71         if self.host.protection == host_protections.Protection.DO_NOT_VERIFY:
227 do_not_verify_protection = host_protections.Protection.DO_NOT_VERIFY
230 and self.host.protection != do_not_verify_protection)
439 protection = host_protections.Protection.get_string(
440 task.host.protection)
441 # normalize the protection name
442 protection = host_protections.Protection.get_attr_name(protection)
444 args = ['-R', '--host-protection', protection]