Home
last modified time | relevance | path

Searched refs:RB_MAIN (Results 1 – 4 of 4) sorted by relevance

/dports/devel/rbtools/RBTools-2.0/rbtools/commands/
H A Dmain.py11 from rbtools.commands import find_entry_point_for_command, Option, RB_MAIN
76 'command.' % RB_MAIN)
87 prog=RB_MAIN,
124 command.run_from_argv([RB_MAIN, command_name] + args)
130 subprocess.call(['%s-%s' % (RB_MAIN, command_name)] + args,
H A Dland.py9 from rbtools.commands import Command, CommandError, Option, RB_MAIN
136 patch_command = [RB_MAIN, 'patch']
H A D__init__.py28 RB_MAIN = 'rbt' variable
592 prog=RB_MAIN,
/dports/devel/rbtools/RBTools-2.0/rbtools/utils/
H A Daliases.py11 from rbtools.commands import RB_MAIN
138 command = [RB_MAIN] + replace_arguments(alias, args, posix=False)