Home
last modified time | relevance | path

Searched refs:EchoEscape (Results 1 – 3 of 3) sorted by relevance

/build/kati/
Dstrutil.h143 string EchoEscape(const string str);
Dfunc.cc656 ev->add_delayed_output_command(StringPrintf("echo -e \"%s\"", EchoEscape(a).c_str())); in InfoFunc()
667 StringPrintf("echo -e \"%s:%d: %s\" 2>&1", LOCF(ev->loc()), EchoEscape(a).c_str())); in WarningFunc()
679 LOCF(ev->loc()), EchoEscape(a).c_str())); in ErrorFunc()
Dstrutil.cc510 string EchoEscape(const string str) { in EchoEscape() function