Home
last modified time | relevance | path

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

/build/kati/
Dfind_test.cc34 string cmd; in main() local
56 string Run(const string& cmd) { in Run()
70 void CompareFind(const string& cmd) { in CompareFind()
111 void ExpectParseFailure(const string& cmd) { in ExpectParseFailure()
Dfileutil_bench.cc24 std::string cmd = "echo $((1+3))"; in BM_RunCommand() local
35 std::string cmd = "echo $((1+3))"; in BM_RunCommand_ComplexShell() local
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()
334 bool IsOutputMkdir(const char* name, StringPiece cmd) { in IsOutputMkdir()
350 bool GetDescriptionFromCommand(StringPiece cmd, string* out) { in GetDescriptionFromCommand()
Dninja_test.cc25 string GetDepfile(string cmd, string* new_cmd) { in GetDepfile()
Dcommand.h30 string cmd; member
Dcommand.cc203 StringPiece cmd = TrimLeftSpace(cmds.substr(0, index)); in Eval() local
225 for (const string& cmd : ev_->delayed_output_commands()) { in Eval() local
Dfunc.h57 string cmd; member
Dshellutil.go157 cmd string member
Dfunc.cc47 void StripShellComment(string* cmd) { in StripShellComment()
492 static bool HasNoIoInShellScript(const string& cmd) { in HasNoIoInShellScript()
502 const string& cmd, in ShellFuncImpl()
545 bool ShouldStoreCommandResult(StringPiece cmd) { in ShouldStoreCommandResult()
563 string cmd = args[0]->Eval(ev); in ShellFunc() local
Dfileutil.cc65 const string& cmd, in RunCommand()
Devalcmd.go194 cmd string member
Dast.go108 cmd string member
Dregen.cc63 string cmd; member
Dfind.cc400 FindCommandParser(StringPiece cmd, FindCommand* fc) in FindCommandParser()
1049 bool FindCommand::Parse(const string& cmd) { in Parse()
/build/make/core/tasks/
Dfind-shareduid-violation.py31 def execute(cmd): argument
/build/make/tools/
Dextract_kernel.py100 def try_decompress(cmd, search_bytes, input_bytes): argument
/build/make/tools/atree/
Dfs.cpp179 char* cmd = strdup(strip_cmd); in strip_file() local
/build/make/tools/releasetools/
Dadd_img_to_target_files383 def AppendVBMetaArgsForPartition(cmd, partition, image): argument
Dadd_img_to_target_files.py383 def AppendVBMetaArgsForPartition(cmd, partition, image): argument
Dedify_generator.py40 def WordWrap(cmd, linelen=80): argument
Dcommon.py534 def AppendAVBSigningArgs(cmd, partition): argument
/build/soong/genrule/
Dgenrule.go131 cmd string member