Home
last modified time | relevance | path

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

/external/toolchain-utils/
Dtc_enter_chroot.py130 if options.toolchain_root:
131 options.toolchain_root = os.path.expanduser(options.toolchain_root)
136 if options.toolchain_root is None or options.mount_scripts_only:
140 tc_dirs = [options.toolchain_root + '/google_vendor_src_branch/gcc',
141 options.toolchain_root + '/google_vendor_src_branch/binutils']
193 if output is None and options.toolchain_root:
195 output = options.toolchain_root + '/output'
/external/swiftshader/third_party/subzero/pydir/
Dcrosstest_generator.py32 def RunNativePrefix(toolchain_root, target, attr, run_cmd): argument
40 'arm32' : os.path.join(toolchain_root, 'arm_trusted',
42 'mips32': os.path.join(toolchain_root, 'mips_trusted',
204 run_cmd = RunNativePrefix(args.toolchain_root, target, attr,
207 run_cmd = RunNativePrefix(args.toolchain_root, target, attr,
217 ' --toolchain-root=' + args.toolchain_root +
/external/toolchain-utils/automation/clients/helper/
Dcrosstool.py95 toolchain_root = os.path.join('/google/data/rw/projects/toolchains', target,
97 toolchain_path = os.path.join(toolchain_root, '${CLNUM}')
119 cwd=toolchain_root)
/external/toolchain-utils/deprecated/
Dbuild_benchmarks.py209 if options.toolchain_root: