Home
last modified time | relevance | path

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

/build/kati/
Dfileutil.cc68 string cmd_with_shell = shell + " -c \"" + cmd_escaped + "\""; in RunCommand() local
70 "/bin/sh", "-c", cmd_with_shell.c_str(), NULL in RunCommand()