Home
last modified time | relevance | path

Searched refs:shell_escape (Results 1 – 4 of 4) sorted by relevance

/third_party/ninja/
Dconfigure.py397 def shell_escape(str): function
414 n.variable('cflags', ' '.join(shell_escape(flag) for flag in cflags))
417 n.variable('ldflags', ' '.join(shell_escape(flag) for flag in ldflags))
/third_party/ninja/src/
Dgraph.h199 void CollectInputs(bool shell_escape, std::vector<std::string>* out) const;
Dgraph.cc459 void Edge::CollectInputs(bool shell_escape, in CollectInputs() argument
464 if (shell_escape) { in CollectInputs()
/third_party/elfutils/debuginfod/
Ddebuginfod.cxx1141 shell_escape(const string& str) in shell_escape() function
1853 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()