Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 16 of 16) sorted by relevance

/build/kati/
Dninja.cc49 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()
Dfind_test.cc30 string cmd; in main() local
Dninja_test.cc25 string GetDepfile(string cmd, string* new_cmd) { in GetDepfile()
Dfunc.cc45 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
Dcommand.h32 string cmd; member
Dcommand.cc208 StringPiece cmd = TrimLeftSpace(cmds.substr(0, index)); in Eval() local
230 for (const string& cmd : ev_->delayed_output_commands()) { in Eval() local
Dfunc.h45 string cmd; member
Dshellutil.go157 cmd string member
Dfileutil.cc63 int RunCommand(const string& shell, const string& cmd, in RunCommand()
Dfind.cc361 FindCommandParser(StringPiece cmd, FindCommand* fc) in FindCommandParser()
954 bool FindCommand::Parse(const string& cmd) { in Parse()
Devalcmd.go194 cmd string member
Dast.go108 cmd string member
Dregen.cc55 string cmd; member
/build/tools/atree/
Dfs.cpp179 char* cmd = strdup(strip_cmd); in strip_file() local
/build/tools/releasetools/
Dbuild_image.py39 def RunCommand(cmd): argument
Dedify_generator.py48 def WordWrap(cmd, linelen=80): argument