Home
last modified time | relevance | path

Searched refs:RuleShellFlags (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dmsvs_emulation.py938 RuleShellFlags = collections.namedtuple("RuleShellFlags", ["cygwin", "quote"]) variable in MsvsSettings
953 return MsvsSettings.RuleShellFlags(cygwin, quote_cmd)
/third_party/node/tools/gyp/pylib/gyp/
Dmsvs_emulation.py944 RuleShellFlags = collections.namedtuple("RuleShellFlags", ["cygwin", "quote"]) variable in MsvsSettings
959 return MsvsSettings.RuleShellFlags(cygwin, quote_cmd)