Home
last modified time | relevance | path

Searched refs:sdk_dir (Results 1 - 9 of 9) sorted by relevance

/third_party/gn/infra/recipe_modules/windows_sdk/
H A Dapi.py33 sdk_dir = self._ensure_sdk()
35 with self.m.context(**self._sdk_env(sdk_dir)):
53 sdk_dir = self.m.path['cache'].join('windows_sdk')
56 self.m.cipd.ensure(sdk_dir, pkgs)
57 return sdk_dir
59 def _sdk_env(self, sdk_dir):
65 sdk_dir (path): Path to a directory containing the SDK.
83 sdk_dir.join('Windows Kits', '10', 'bin', filename),
92 results = ['%s' % sdk_dir.join(*e) for e in data[key]]
/third_party/skia/build/fuchsia/
H A Dupdate_fuchsia_sdk12 the arg-provide |sdk_dir| and |clang_dir| respectively. This
57 parser.add_argument("-sdk_dir", type=str,
72 sdk_dir = args.sdk_dir
78 dirs = [sdk_dir, clang_dir]
88 if not os.path.exists(sdk_dir):
89 os.makedirs(sdk_dir)
94 if (not os.access(sdk_dir, os.W_OK)) or (not os.path.isdir(sdk_dir)):
95 MessageExit("Can't write to sdk dir " + sdk_dir)
[all...]
/third_party/gn/infra/recipe_modules/macos_sdk/
H A Dapi.py26 def sdk_dir(self): member in MacOSSDKApi
87 sdk_dir = cache_dir.join('XCode.app')
96 sdk_dir,
98 return sdk_dir
/third_party/gn/infra/recipe_modules/macos_sdk/examples/
H A Dfull.py15 sdk_dir = api.macos_sdk.sdk_dir if api.platform.is_mac else None
/third_party/gn/infra/recipes/
H A Dgn.py42 str(api.macos_sdk.sdk_dir.join('include', 'c++', 'v1')),
45 sdk_dir = str(api.macos_sdk.sdk_dir)
48 if line.startswith(sdk_dir) and 'include/c++/v1' in line:
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSVersion.py95 sdk_dir = os.environ.get("WindowsSDKDir", "")
96 setup_path = JoinPath(sdk_dir, "Bin", "SetEnv.Cmd")
97 if self.sdk_based and sdk_dir and os.path.exists(setup_path):
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSVersion.py95 sdk_dir = os.environ.get("WindowsSDKDir", "")
96 setup_path = JoinPath(sdk_dir, "Bin", "SetEnv.Cmd")
97 if self.sdk_based and sdk_dir and os.path.exists(setup_path):
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py334 sdk_dir = MSVSVersion._RegistryGetValue(key % ver, "InstallationFolder")
335 if not sdk_dir:
338 # Find a matching entry in sdk_dir\include.
339 expected_sdk_dir = r"%s\include" % sdk_dir
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py334 sdk_dir = MSVSVersion._RegistryGetValue(key % ver, "InstallationFolder")
335 if not sdk_dir:
338 # Find a matching entry in sdk_dir\include.
339 expected_sdk_dir = r"%s\include" % sdk_dir

Completed in 12 milliseconds