OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gcc_dir
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/site_tests/platform_GCC/
platform_GCC.py
65
parser.add_option('--
gcc_dir
',
66
dest='
gcc_dir
',
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' %
/development/scripts/
symbol.py
71
gcc_dir
= ARCH
72
if
gcc_dir
== "arm64":
73
gcc_dir
= "aarch64"
74
elif
gcc_dir
== "mips64":
75
gcc_dir
= "mips"
76
elif
gcc_dir
== "x86_64":
77
gcc_dir
= "x86"
81
available_toolchains = glob.glob("%s/prebuilts/gcc/%s-x86/%s/*-linux-*/bin/" % (ANDROID_BUILD_TOP, os_name,
gcc_dir
))
Completed in 63 milliseconds