Lines Matching refs:common
47 import common
56 OPTIONS = common.OPTIONS
76 info = OPTIONS.info_dict = common.LoadInfoDict(input_zip)
104 common.RunAndCheckOutput(cmd)
166 # However, common.LoadInfoDict() may read additional files under BOOT/,
168 input_tmp = common.UnzipTemp(input_file)
170 super_file = common.MakeTempFile('super_', '.img')
177 common.ZipWrite(output_zip, super_file, 'super.img')
232 args = common.ParseOptions(argv, __doc__,
240 common.Usage(__doc__)
243 common.InitLogging()
252 common.CloseInheritedPipes()
254 except common.ExternalError as e:
258 common.Cleanup()