Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/pytest/
H A Dp9conn.py1341 def _pathsplit(self, path, startdir, allow_empty=False): member in P9Client
1358 components, startdir = self._pathsplit(path, startdir, allow_empty=True)
1384 components, startdir = self._pathsplit(path, startdir,
1526 components, startdir = self._pathsplit(path, startdir)
1555 components, startdir = self._pathsplit(path, startdir, allow_empty=True)
1589 components, startdir = self._pathsplit(path, startdir)
1662 components, startdir = self._pathsplit(path, startdir, allow_empty=True)