Home
last modified time | relevance | path

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

/external/chromium_org/tools/gyp/pylib/gyp/generator/
Dxcode.py263 gyp.xcodeproj_file.ConvertVariablesToShellSyntax(
269 (key, gyp.xcodeproj_file.ConvertVariablesToShellSyntax(val))
290 gyp.xcodeproj_file.ConvertVariablesToShellSyntax(
756 message_sh = gyp.xcodeproj_file.ConvertVariablesToShellSyntax(message)
757 action_string_sh = gyp.xcodeproj_file.ConvertVariablesToShellSyntax(
/external/chromium_org/tools/gyp/pylib/gyp/
Dxcodeproj_file.py198 def ConvertVariablesToShellSyntax(input_string): function