HomeSort by relevance Sort by last modified time
    Searched refs:oldprefix2 (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Lib/plat-mac/
pimp.py 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):]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 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):]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 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):]
    [all...]

Completed in 139 milliseconds