Searched refs:shell_escape (Results 1 – 4 of 4) sorted by relevance
397 def shell_escape(str): function414 n.variable('cflags', ' '.join(shell_escape(flag) for flag in cflags))417 n.variable('ldflags', ' '.join(shell_escape(flag) for flag in ldflags))
199 void CollectInputs(bool shell_escape, std::vector<std::string>* out) const;
459 void Edge::CollectInputs(bool shell_escape, in CollectInputs() argument464 if (shell_escape) { in CollectInputs()
1141 shell_escape(const string& str) in shell_escape() function1853 string popen_cmd = archive_decoder + " " + shell_escape(b_source0); in handle_buildid_r_match()3219 string popen_cmd = archive_decoder + " " + shell_escape(rps); in archive_classify()