MCPcopy Create free account
hub / github.com/nodejs/node / _FixPaths

Function _FixPaths

tools/gyp/pylib/gyp/generator/msvs.py:190–192  ·  view source on GitHub ↗

Fix each of the paths of the list.

(paths, separator="\\")

Source from the content-addressed store, hash-verified

188
189
190def _FixPaths(paths, separator="\\"):
191 """Fix each of the paths of the list."""
192 return [_FixPath(i, separator) for i in paths]
193
194
195def _ConvertSourcesToFilterHierarchy(

Callers 13

_RuleInputsAndOutputsFunction · 0.85
_GenerateExternalRulesFunction · 0.85
_AdjustSourcesForRulesFunction · 0.85
_GetIncludeDirsFunction · 0.85
_GetLibraryDirsFunction · 0.85
_GetMSVSAttributesFunction · 0.85
__init__Method · 0.85

Calls 1

_FixPathFunction · 0.85

Tested by

no test coverage detected