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

Method GetBundleJavaFolderPath

tools/gyp/pylib/gyp/xcode_emulation.py:334–338  ·  view source on GitHub ↗

Returns the qualified path to the bundle's Java resource folder. E.g. Chromium.app/Contents/Resources/Java. Only valid for bundles.

(self)

Source from the content-addressed store, hash-verified

332 return os.path.join(self.GetBundleContentsFolderPath(), "MacOS")
333
334 def GetBundleJavaFolderPath(self):
335 """Returns the qualified path to the bundle's Java resource folder.
336 E.g. Chromium.app/Contents/Resources/Java. Only valid for bundles."""
337 assert self._IsBundle()
338 return os.path.join(self.GetBundleResourceFolder(), "Java")
339
340 def GetBundleFrameworksFolderPath(self):
341 """Returns the qualified path to the bundle's frameworks folder. E.g,

Callers 1

_GetXcodeEnvFunction · 0.80

Calls 3

_IsBundleMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected