Searched refs:path_glob (Results 1 – 3 of 3) sorted by relevance
70 def list_files_glob(self, path_glob): argument74 return glob.glob(path_glob)
337 def _ExpandGlobMinusPrefix(self, prefix, path_glob): argument351 full_glob = os.path.join(prefix, path_glob)
1601 def list_files_glob(self, path_glob): argument1612 base_path = os.path.dirname(path_glob) or '.'1614 (base_path, path_glob), ignore_status=True)