Lines Matching defs:Path
407 def remove(dir_or_file: Union[Path, str]):
433 def __init__(self, binary_cache_dir: Optional[Union[Path, str]], readelf: ReadElf):
473 def _check_path(self, path: Path, expected_build_id: Optional[str]) -> bool:
592 def _check_debug_line_section(self, real_path: Path) -> bool:
595 def _get_addr_step(self, real_path: Path) -> int:
604 self, dso: Addr2Nearestline.Dso, real_path: Path, addr_shifts: List[int]):
646 def _build_symbolizer_args(self, binary_path: Path) -> List[str]:
1022 def is_elf_file(path: Union[Path, str]) -> bool:
1028 def get_arch(self, elf_file_path: Union[Path, str]) -> str:
1048 def get_build_id(self, elf_file_path: Union[Path, str], with_padding=True) -> str:
1083 def get_sections(self, elf_file_path: Union[Path, str]) -> List[str]: