Searched refs:sdk7_path (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/tools/win/toolchain/ |
D | toolchain.py | 171 def __init__(self, sdk8_path, wdk_iso, sdk7_update, sdk7_path, dxsdk_path): argument 175 self.sdk7_path = sdk7_path 186 sdk7_path=os.path.join(local_dir, 'GRMSDKX_EN_DVD.ISO'), 194 sdk7_path = DownloadSDK71Iso() 197 sdk8_path, wdk_iso, sdk7_update, sdk7_path, dxsdk_path) 272 extracted_sdk7 = ExtractIso(images.sdk7_path)
|