Searched refs:_encode_path (Results 1 – 1 of 1) sorted by relevance
132 dst_path = self._encode_path(dst_path)172 src_path = self._encode_path(event.path)236 dst_path = self._encode_path(dst_event.path)317 def _encode_path(self, path: bytes | str) -> bytes | str: member in FSEventsEmitter