Searched refs:gcc_dir (Results 1 – 6 of 6) sorted by relevance
/external/autotest/server/site_tests/platform_GCC/ |
D | platform_GCC.py | 80 gcc_dirs = glob.glob(options.gcc_dir) 88 gcc_dirs = glob.glob(options.gcc_dir) 92 gcc_dir = gcc_dirs[0] 94 logging.info('Testing gcc in the following directory: %s' % gcc_dir) 100 'RUNTESTFLAGS="%s" check-gcc' % (gcc_dir, exp_file, 106 log_from = os.path.join(gcc_dir, 'gcc/testsuite/%s/%s.log' %
|
/external/toolchain-utils/ |
D | remote_gcc_build.py | 283 def UploadGccPatch(chromeos_root, gcc_dir, branch): argument 286 gcc_dir = misc.CanonicalizePath(gcc_dir) 290 assert os.path.isdir(gcc_dir), ('{0} is not a valid dir for gcc' 291 'source'.format(gcc_dir)) 301 ' {0}/ .'.format(gcc_dir)) 303 return UploadPatch(gcc_dir) 432 if args.gcc_dir: 436 patch.append(UploadGccPatch(chromeos_root, args.gcc_dir, branch))
|
D | build_tool.py | 55 gcc_dir=None, argument 66 self._gcc_dir = gcc_dir 776 if (options.gcc_dir or options.gcc_branch or options.binutils_dir or 789 if options.gcc_dir: 790 options.gcc_dir = os.path.abspath(os.path.expanduser(options.gcc_dir)) 791 if not os.path.isdir(options.gcc_dir): 793 '"{0}" does not exist.'.format(options.gcc_dir)) 796 if options.gcc_branch and options.gcc_dir: 814 options.gcc_branch or options.gcc_dir)): 838 gcc_dir=options.gcc_dir,
|
D | build_tc.py | 281 if options.gcc_dir: 282 gcc_dir = misc.CanonicalizePath(options.gcc_dir) 283 assert gcc_dir and os.path.isdir(gcc_dir), 'gcc_dir does not exist!' 321 if options.gcc_dir: 322 tp = ToolchainPart('gcc', gcc_dir, chromeos_root, board,
|
D | test_gcc_dejagnu.py | 34 def __init__(self, board, remote, gcc_dir, chromeos_root, runtestflags, argument 38 self._gcc_dir = gcc_dir 208 adapter = DejagnuAdapter(opt.board, opt.remote, opt.gcc_dir,
|
/external/compiler-rt/test/asan/ |
D | lit.cfg | 185 gcc_dir = os.path.dirname(config.clang) 186 libasan_dir = os.path.join(gcc_dir, "..", "lib" + config.bits)
|