Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dutil_test.cc370 GetShellEscapedString("foo bar\"/'$@d!st!c'/path'", &result); in TEST()
382 GetShellEscapedString(path, &result); in TEST()
Dutil.h74 void GetShellEscapedString(const std::string& input, std::string* result);
Dgraph.cc450 GetShellEscapedString(path, &result); in MakePathList()
470 GetShellEscapedString(unescaped, &path); in CollectInputs()
Dutil.cc276 void GetShellEscapedString(const string& input, string* result) { in GetShellEscapedString() function