Home | History | Annotate | Download | only in releasetools

Lines Matching refs:device_specific

77     self.device_specific = None
1279 -s (--device_specific) <file>
1315 "verity_signer_path=", "verity_signer_args=", "device_specific=",
1353 elif o in ("-s", "--device_specific"):
1354 OPTIONS.device_specific = a
1627 path = OPTIONS.device_specific
1640 self.module = imp.load_module("device_specific", *info)