Searched refs:quote (Results 1 - 3 of 3) sorted by relevance

/gem5/src/base/
H A Dstr.hh200 quote(const std::string &s) function
203 bool quote = s.find(' ') != std::string::npos; local
205 if (quote)
210 if (quote)
/gem5/util/stats/
H A Doutput.py207 html_name = urllib.quote(pngname)
/gem5/src/python/m5/
H A Dmain.py344 # in Python 3 pipes.quote() is moved to shlex.quote()
346 print("command line:", " ".join(map(pipes.quote, sys.argv)))

Completed in 4 milliseconds