Lines Matching defs:str
57 llvm_cov_filename: str,
58 llvm_gcov_sh_filename: str,
73 gcov_dir: str,
74 kernel_source: str,
75 gcov_filename: str,
76 tracefile_filename: str,
115 def update_symlink_from_mapping(filepath: str, prefix_mappings: {}) -> bool:
148 def correct_symlinks_in_directory(directory: str, prefix_mappings: {}) -> None:
174 def find_most_recent_tarfile(path: str, pattern: str = "*.tar.gz") -> str:
213 def make_absolute(path: str, base_dir: str) -> str:
220 def append_slash(path: str) -> str:
227 json_file: str, base_dir: str, result_multimap: collections.defaultdict
271 search_dir_pattern: str,
272 base_dir: str,
288 gcno_dir: str, result_multimap: collections.defaultdict
299 def get_testname_from_filename(file_path: str) -> str:
309 def unpack_gcov_tar(file_path: str, output_dir: str) -> str:
333 def get_parent_path(path: str, levels_up: int) -> str:
355 def load_kernel_clang_version(repo_dir: str) -> str:
372 def __init__(self, repo_dir: str, llvm_cov_path: str, tmp_dir: str):
387 def _get_repo_path(self, rel_path: str) -> str: