OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string_args
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive.py
472
string_args
= map(unicode, args)
474
return map(self._encode_argument_if_needed,
string_args
)
483
string_args
= args
485
string_args
= self._stringify_args(args)
486
return subprocess.Popen(
string_args
, **kwargs)
executive_mock.py
90
string_args
= map(unicode, args)
91
return " ".join(
string_args
)
Completed in 381 milliseconds