Home
last modified time | relevance | path

Searched refs:checkout_dir (Results 1 – 5 of 5) sorted by relevance

/external/toolchain-utils/automation/clients/helper/
Dperforce.py146 def __init__(self, checkout_dir, p4view, name=None, port=None): argument
150 self.checkout_dir = checkout_dir
151 self.p4config_path = os.path.join(self.checkout_dir, '.p4config')
154 return cmd.Chain('mkdir -p %s' % self.checkout_dir, 'cp ~/.p4config %s' %
155 self.checkout_dir, 'chmod u+w %s' % self.p4config_path,
198 return cmd.Wrapper(cmd.Chain(*commands), cwd=self.checkout_dir)
208 local_dir = os.path.join(self.checkout_dir, os.path.dirname(local_path))
Dcrosstool.py28 def BuildRelease(self, checkout_dir, target): argument
31 new_job.DependsOnFolder(checkout_dir)
36 def RunTests(self, checkout_dir, build_tree_dir, target, board, component): argument
40 new_job.DependsOnFolder(checkout_dir)
Dandroid.py269 def BuildAndroidToolchain(self, toolchain_prefix_dir, checkout_dir, argument
288 '--android-sysroot=%s' % os.path.join('$JOB_TMP', checkout_dir,
291 path=os.path.join(checkout_dir, 'gcctools', 'android', 'tools',
296 checkout_dir, argument
319 path=os.path.join(checkout_dir, 'tools', 'scripts'))
/external/toolchain-utils/binary_search_tool/
Dbinary_search_perforce.py226 self.checkout_dir = None
265 self.checkout_dir = tempfile.mkdtemp()
274 self.checkout_dir)
276 command = 'cd %s && g4 changes ...' % self.checkout_dir
298 if not os.path.isfile(self.checkout_dir + '/.p4config'):
299 command = 'cd %s' % self.checkout_dir
304 command = 'cd %s' % self.checkout_dir
309 command = 'cd %s' % self.checkout_dir
315 command = 'cd %s' % self.checkout_dir
357 command += '; cd %s' % self.checkout_dir
[all …]
/external/toolchain-utils/automation/clients/
Dcrosstool.py40 checkout_crosstool_job, checkout_dir, manifests_dir = \
46 build_release_job, build_tree_dir = factory.BuildRelease(checkout_dir,
55 test_job, testrun_dir = factory.RunTests(checkout_dir, build_tree_dir,