Home | History | Annotate | Download | only in bit

Lines Matching refs:string

21 #include <string>
28 Command(const string& prog);
31 void AddArg(const string& arg);
32 void AddEnv(const string& name, const string& value);
38 string GetCommandline() const;
40 string prog;
41 vector<string> args;
42 map<string,string> env;
49 string get_command_output(const Command& command, int* err, bool quiet=false);