Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/pytest/
H A Dclient.py555 fid, _, _, _ = clnt.uxopen(b'/dir/file', os.O_CREAT | os.O_RDWR, 0o666,
594 fid, _, _, _ = clnt.uxopen(b'file', os.O_CREAT | os.O_RDWR,
614 rofid, _, _, _ = clnt.uxopen(b'file', os.O_RDONLY, startdir=subfid)
H A Dp9conn.py1361 def uxopen(self, path, oflags=0, perm=None, gid=None, member in P9Client