Home | History | Annotate | Download | only in plat-mac

Lines Matching refs:oldprefix2

228                         oldprefix2 = oldprefix[len(self._dir):]
230 oldprefix2 = None
239 elif oldprefix2 and member.name[:len(oldprefix2)] == oldprefix2:
244 member.name = newprefix + member.name[len(oldprefix2):]