Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/lib9p/pytest/
H A Dp9conn.py1025 if statobj is None:
1026 statobj = protocol.td.stat()
1028 statobj = statobj._copy()
1059 for field in statobj._fields:
1079 statobj.qid = None
1080 for field in statobj._fields:
1082 statobj[field] = None
1084 statobj[field] = None
1088 if statobj.name != b'':
1089 self.did_rename(fid, statobj.name)
[all …]
H A Dprotocol.py756 def pack_wirestat(self, statobj): argument
761 data = td.stat_seq.pack(statobj, self.conditions)
769 statobj = td.stat()
775 return statobj, newoff
782 used = td.stat_seq.unpack_from(statobj, self.conditions, data,
785 return statobj, newoff