Searched refs:_check_path (Results 1 – 1 of 1) sorted by relevance
448 if path and self._check_path(path, expected_build_id):453 if self._check_path(path, expected_build_id):457 if self._check_path(path, expected_build_id):461 def _check_path(self, path: Path, expected_build_id: Optional[str]) -> bool: member in BinaryFinder