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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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: