Home
last modified time | relevance | path

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

/tools/test/connectivity/tools/lab/
Dtest_main.py23 start_dir='./tools/lab', pattern='*_test.py')
/tools/test/connectivity/acts/framework/tests/libs/ota/
Dunittest_bundle.py23 start_dir='./acts/framework/tests/libs/ota', pattern='*_test.py')
/tools/tradefederation/core/atest/test_finders/
Dtest_finder_utils.py349 def find_parent_module_dir(root_dir, start_dir, module_info): argument
365 if not is_equal_or_sub_dir(start_dir, root_dir):
366 raise ValueError('%s not in repo %s' % (start_dir, root_dir))
368 current_dir = start_dir
395 % start_dir)