HomeSort by relevance Sort by last modified time
    Searched defs:ret_code (Results 1 - 12 of 12) sorted by null

  /external/u-boot/tools/buildman/
buildman.py 65 ret_code = control.DoBuildman(options, args) variable
66 sys.exit(ret_code)
  /external/u-boot/tools/binman/
binman.py 118 ret_code = 0
127 ret_code = RunTests(options.debug, args[1:])
142 ret_code = control.Binman(options, args)
148 ret_code = 1
149 return ret_code
154 ret_code = RunBinman(options, args) variable
155 sys.exit(ret_code)