Searched defs:cmd (Results 1 – 16 of 16) sorted by relevance
| /build/kati/ |
| D | ninja.cc | 49 static size_t FindCommandLineFlag(StringPiece cmd, StringPiece name) { in FindCommandLineFlag() 56 static StringPiece FindCommandLineFlagWithArg(StringPiece cmd, in FindCommandLineFlagWithArg() 84 StringPiece cmd = cmdline.substr(0, index); in GetGomaccPosForAndroidCompileCommand() local 103 static bool GetDepfileFromCommandImpl(StringPiece cmd, string* out) { in GetDepfileFromCommandImpl() 127 bool GetDepfileFromCommand(string* cmd, string* out) { in GetDepfileFromCommand() 331 bool IsOutputMkdir(const char *name, StringPiece cmd) { in IsOutputMkdir() 347 bool GetDescriptionFromCommand(StringPiece cmd, string *out) { in GetDescriptionFromCommand()
|
| D | find_test.cc | 30 string cmd; in main() local
|
| D | ninja_test.cc | 25 string GetDepfile(string cmd, string* new_cmd) { in GetDepfile()
|
| D | func.cc | 45 void StripShellComment(string* cmd) { in StripShellComment() 486 static bool HasNoIoInShellScript(const string& cmd) { in HasNoIoInShellScript() 494 static void ShellFuncImpl(const string& shell, const string& cmd, in ShellFuncImpl() 535 bool ShouldStoreCommandResult(StringPiece cmd) { in ShouldStoreCommandResult() 551 string cmd = args[0]->Eval(ev); in ShellFunc() local
|
| D | command.h | 32 string cmd; member
|
| D | command.cc | 208 StringPiece cmd = TrimLeftSpace(cmds.substr(0, index)); in Eval() local 230 for (const string& cmd : ev_->delayed_output_commands()) { in Eval() local
|
| D | func.h | 45 string cmd; member
|
| D | shellutil.go | 157 cmd string member
|
| D | fileutil.cc | 63 int RunCommand(const string& shell, const string& cmd, in RunCommand()
|
| D | find.cc | 361 FindCommandParser(StringPiece cmd, FindCommand* fc) in FindCommandParser() 954 bool FindCommand::Parse(const string& cmd) { in Parse()
|
| D | evalcmd.go | 194 cmd string member
|
| D | ast.go | 108 cmd string member
|
| D | regen.cc | 55 string cmd; member
|
| /build/tools/atree/ |
| D | fs.cpp | 179 char* cmd = strdup(strip_cmd); in strip_file() local
|
| /build/tools/releasetools/ |
| D | build_image.py | 39 def RunCommand(cmd): argument
|
| D | edify_generator.py | 48 def WordWrap(cmd, linelen=80): argument
|