Home
last modified time | relevance | path

Searched refs:followlinks (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/atest/
Datest_utils.py965 def find_files(path, file_name=constants.TEST_MAPPING, followlinks=False): argument
978 for root, _, filenames in os.walk(path, followlinks=followlinks):
1925 logs = sorted(find_files(str(search_dir), file_name='*', followlinks=True))
1966 path=search_dir, file_name='end_host_log_*.txt', followlinks=True
/tools/acloud/internal/lib/
Dcvd_utils.py1089 for parent_dir, _, file_names in os.walk(log_dir, followlinks=False):