Searched refs:followlinks (Results 1 – 2 of 2) sorted by relevance
/tools/asuite/atest/ |
D | atest_utils.py | 965 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/ |
D | cvd_utils.py | 1089 for parent_dir, _, file_names in os.walk(log_dir, followlinks=False):
|