HomeSort by relevance Sort by last modified time
    Searched refs:shellflag (Results 1 - 6 of 6) sorted by null

  /build/kati/
fileutil_bench.cc 23 std::string shellflag = "-c"; local
27 RunCommand(shell, shellflag, cmd, RedirectStderr::NONE, &result);
34 std::string shellflag = "-c"; local
38 RunCommand(shell, shellflag, cmd, RedirectStderr::NONE, &result);
fileutil.h 40 const string& shellflag,
func.h 56 string shellflag; member in struct:CommandResult
fileutil.cc 64 const string& shellflag,
73 cmd_with_shell = shell + " " + shellflag + " \"" + cmd_escaped + "\"";
80 argv[1] = shellflag.c_str();
regen.cc 61 string shellflag; member in struct:__anon1525::StampChecker::ShellResult
243 LOAD_STRING(fp, &sr->shellflag);
408 RunCommand(sr->shell, sr->shellflag, sr->cmd, RedirectStderr::DEV_NULL,
ninja.cc 750 DumpString(fp, cr->shellflag);

Completed in 81 milliseconds