HomeSort by relevance Sort by last modified time
    Searched full:needs_quote (Results 1 - 1 of 1) sorted by null

  /external/clang/tools/scan-build-py/libscanbuild/
shell.py 17 def needs_quote(word): function in function:encode
50 return '"' + escaped + '"' if needs_quote(word) else escaped

Completed in 837 milliseconds