Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/watchdog/src/watchdog/observers/
Dfsevents.py132 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