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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 253 self.__paths = []
263 self.__paths = self.get_msvc_paths("path")
265 if len (self.__paths) == 0:
282 self.__paths.append(p)
285 self.__paths = normalize_and_reduce_paths(self.__paths)
286 os.environ['path'] = string.join(self.__paths, ';')
589 for p in self.__paths:
msvc9compiler.py 344 self.__paths = []
386 self.__paths = vc_env['path'].encode('mbcs').split(os.pathsep)
390 if len(self.__paths) == 0:
407 self.__paths.append(p)
410 self.__paths = normalize_and_reduce_paths(self.__paths)
411 os.environ['path'] = ";".join(self.__paths)
790 for p in self.__paths:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 253 self.__paths = []
263 self.__paths = self.get_msvc_paths("path")
265 if len (self.__paths) == 0:
282 self.__paths.append(p)
285 self.__paths = normalize_and_reduce_paths(self.__paths)
286 os.environ['path'] = string.join(self.__paths, ';')
589 for p in self.__paths:
msvc9compiler.py 344 self.__paths = []
386 self.__paths = vc_env['path'].encode('mbcs').split(os.pathsep)
390 if len(self.__paths) == 0:
407 self.__paths.append(p)
410 self.__paths = normalize_and_reduce_paths(self.__paths)
411 os.environ['path'] = ";".join(self.__paths)
790 for p in self.__paths:

Completed in 56 milliseconds