Lines Matching refs:path_glob
1169 def list_files_glob(self, path_glob):
1172 @param path_glob: The path glob that we want to return the list of
1177 @returns List of files that match the path_glob.
1179 # This is just in case path_glob has no path separator.
1180 base_path = os.path.dirname(path_glob) or '.'
1182 (base_path, path_glob), ignore_status=True)