Lines Matching defs:Path
430 def remove(dir_or_file: Union[Path, str]):
456 def __init__(self, binary_cache_dir: Optional[Union[Path, str]], readelf: ReadElf):
496 def _check_path(self, path: Path, expected_build_id: Optional[str]) -> bool:
596 def _check_debug_line_section(self, real_path: Path) -> bool:
599 def _get_addr_step(self, real_path: Path) -> int:
608 self, dso: Addr2Nearestline.Dso, real_path: Path, addr_shifts: List[int]):
681 def _build_symbolizer_args(self, binary_path: Path) -> List[str]:
867 def is_elf_file(path: Union[Path, str]) -> bool:
873 def get_arch(self, elf_file_path: Union[Path, str]) -> str:
891 def get_build_id(self, elf_file_path: Union[Path, str], with_padding=True) -> str:
916 def get_sections(self, elf_file_path: Union[Path, str]) -> List[str]: