Home
last modified time | relevance | path

Searched refs:dir_root (Results 1 – 3 of 3) sorted by relevance

/external/vixl/tools/
Dconfig.py31 dir_root = os.path.abspath(os.path.join(dir_tools, '..')) variable
32 dir_build = os.path.join(dir_root, 'obj')
34 dir_src_vixl = os.path.join(dir_root, 'src')
35 dir_tests = os.path.join(dir_root, 'test')
36 dir_aarch64_benchmarks = os.path.join(dir_root, 'benchmarks', 'aarch64')
37 dir_aarch32_benchmarks = os.path.join(dir_root, 'benchmarks', 'aarch32')
38 dir_aarch64_examples = os.path.join(dir_root, 'examples', 'aarch64')
39 dir_aarch32_examples = os.path.join(dir_root, 'examples', 'aarch32')
Dtest.py51 dir_root = config.dir_root variable
259 return lint.RunLinter(map(lambda x: join(dir_root, x),
277 scons_command = ['scons', '-C', dir_root, 'all', '-j', str(jobs)]
Dutil.py241 for root, dirs, files in os.walk(config.dir_root):
242 git_path = os.path.join('/', os.path.relpath(root, config.dir_root), '')