Home
last modified time | relevance | path

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

/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py171 def finditer(klass, content: str, pos=0, endpos=-1) -> Iterable[Match]: argument
173 if endpos >= 0:
174 content = content[:endpos]
178 def domatch(klass, content: str, pos=0, endpos=-1) -> Optional[Match]: argument
180 if endpos >= 0:
181 content = content[:endpos]
/qemu/scripts/
H A Danalyze-migration.py78 endpos = self.file.tell()
79 self.file.seek(max(-endpos, -10 * 1024 * 1024), os.SEEK_END)