Home
last modified time | relevance | path

Searched refs:get_build_top (Results 1 – 6 of 6) sorted by relevance

/tools/asuite/atest/tools/
Dindexing.py110 search_root = str(au.get_build_top())
376 repo_file = au.get_build_top('.repo/.repo_fetchtimes.json')
/tools/asuite/atest/
Datest_utils.py162 def get_build_top(*joinpaths: Any) -> Path: function
200 return get_build_top(env_path, suffix) if suffix else get_build_top(env_path)
335 basename = get_build_top().name
340 return get_build_top('out').joinpath(*joinpaths)
Datest_utils_unittest.py118 return_path = atest_utils.get_build_top('path/to/project')
172 expected_out_dir = atest_utils.get_build_top(self.rel_OUT_DIR)
219 expected_out_dir = atest_utils.get_build_top('out')
Dmodule_info.py1436 build_top = atest_utils.get_build_top()
/tools/asuite/atest/test_finders/
Dcache_finder.py173 abs_src_path = atest_utils.get_build_top(src_path)
Dtest_finder_utils.py1221 config_path = atest_utils.get_build_top(test_config)