Home | History | Annotate | Download | only in bin

Lines Matching refs:autodir

142         return os.environ['AUTODIR']
148 Determine locations of autodir and clientdir (which are the same)
151 autodir = clientdir = cls._get_environ_autodir()
152 return autodir, clientdir, None
163 always <autodir>/results/<tag>, where tag is passed in on the command
174 basedir = self.autodir
315 self.autodir, run_function_dargs={'timeout':3600})
468 dep_dir = os.path.join(self.autodir, 'deps', dep)