MCPcopy Index your code
hub / github.com/nodejs/node / GetExecutablePath

Method GetExecutablePath

tools/gyp/pylib/gyp/xcode_emulation.py:498–504  ·  view source on GitHub ↗

Returns the qualified path to the primary executable of the bundle represented by this target. E.g. Chromium.app/Contents/MacOS/Chromium.

(self)

Source from the content-addressed store, hash-verified

496 return self._GetStandaloneBinaryPath()
497
498 def GetExecutablePath(self):
499 """Returns the qualified path to the primary executable of the bundle
500 represented by this target. E.g. Chromium.app/Contents/MacOS/Chromium."""
501 if self._IsBundle():
502 return self._GetBundleBinaryPath()
503 else:
504 return self._GetStandaloneBinaryPath()
505
506 def GetActiveArchs(self, configname):
507 """Returns the architectures this target should be built for."""

Callers 5

GetInstallNameMethod · 0.95
_GetXcodeEnvFunction · 0.80
ComputeOutputBasenameMethod · 0.80
ComputeOutputMethod · 0.80

Calls 3

_IsBundleMethod · 0.95
_GetBundleBinaryPathMethod · 0.95

Tested by

no test coverage detected