Searched refs:_pathcat (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/lib9p/pytest/ |
H A D | p9conn.py | 291 def _pathcat(prefix, suffix): function 873 within = _pathcat(startpath, b'/'.join(components[:resp.nwqid])) 877 self.setpath(newfid, _pathcat(startpath, b'/'.join(components))) 968 self.setpath(fid, _pathcat(self.getpath(fid), name)) 1184 self.setpath(fid, _pathcat(self.getpath(fid), name)) 1425 self.setpath(fid, _pathcat(self.getpath(startdir), components[0])) 1471 self.setpath(fid, _pathcat(self.getpath(fid), components[0]))
|