Lines Matching refs:topdir
89 def __init__(self, topdir, parallelism, keep, replace_sources, strip, argument
92 self.topdir = topdir
99 self.srcdir = os.path.join(topdir, 'src')
101 self.build_state_json = os.path.join(topdir, 'build-state.json')
102 self.bot_config_json = os.path.join(topdir, 'bot-config.json')
103 self.installdir = os.path.join(topdir, 'install')
106 self.builddir = os.path.join(topdir, 'build')
107 self.logsdir = os.path.join(topdir, 'logs')
108 self.logsdir_old = os.path.join(topdir, 'logs-old')
1217 cmd.extend([self.topdir, action])
1864 topdir = os.path.abspath(opts.topdir)
1865 ctx = Context(topdir, opts.parallelism, opts.keep, opts.replace_sources,