Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Dlocal_host.py70 def list_files_glob(self, path_glob): argument
74 return glob.glob(path_glob)
/external/autotest/server/hosts/
Dadb_host.py1169 def list_files_glob(self, path_glob): argument
1180 base_path = os.path.dirname(path_glob) or '.'
1182 (base_path, path_glob), ignore_status=True)