Lines Matching refs:common
31 import common
35 OPTIONS = common.OPTIONS
120 info_dict = common.LoadInfoDict(input_tmp)
143 proc = common.Run(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
151 raise common.ExternalError(
175 out = common.RunAndCheckOutput(['checkvintf', '--dump-file-list'])
193 input_tmp = common.UnzipTemp(inp, GetVintfFileList() + UNZIP_PATTERN)
268 args = common.ParseOptions(argv, __doc__)
270 common.Usage(__doc__)
272 common.InitLogging()
279 common.CloseInheritedPipes()
281 except common.ExternalError:
285 common.Cleanup()