Searched refs:dir_root (Results 1 - 4 of 4) sorted by relevance
/third_party/vixl/tools/ |
H A D | config.py | 31 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')
|
H A D | test.py | 50 dir_root = config.dir_root variable 260 return lint.RunLinter([join(dir_root, x) for x in util.get_source_files()], 281 scons_command = ['scons', '-C', dir_root, 'all', '-j', str(jobs)]
|
H A D | util.py | 236 for root, dirs, files in os.walk(config.dir_root): 237 git_path = os.path.join('/', os.path.relpath(root, config.dir_root), '')
|
/third_party/ltp/lib/ |
H A D | tst_cgroup.c | 35 const struct cgroup_root *dir_root; member 366 new->dir_root = parent->dir_root; in cgroup_dir_mk() 613 root->mnt_dir.dir_root = root; in cgroup_root_scan() 1060 if (dir->dir_root->ver != TST_CG_V1) in cgroup_group_add_dir() 1069 if (!parent || dir->dir_root->ver == TST_CG_V1) in cgroup_group_add_dir() 1216 return dir->dir_root->ver; in tst_cg_ver() 1223 if (dir->dir_root->ver != TST_CG_V1) in cgroup_file_alias() 1227 dir->dir_root->no_cpuset_prefix && in cgroup_file_alias()
|
Completed in 3 milliseconds