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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 349 # with msysroot and if it does then remove this part.
351 msysroot = msys_root()
352 if msysroot != None and self.root.find(msysroot)==0:
353 self.root = self.root.replace(msysroot, "/")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 349 # with msysroot and if it does then remove this part.
351 msysroot = msys_root()
352 if msysroot != None and self.root.find(msysroot)==0:
353 self.root = self.root.replace(msysroot, "/")

Completed in 243 milliseconds