Home
last modified time | relevance | path

Searched refs:_check_path (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py483 if path and self._check_path(path, expected_build_id):
488 if self._check_path(path, expected_build_id):
492 if self._check_path(path, expected_build_id):
496 def _check_path(self, path: Path, expected_build_id: Optional[str]) -> bool: member in BinaryFinder