Searched defs:cmd (Results 1 – 5 of 5) sorted by relevance
222 std::string cmd = Join(args, ' '); in Assemble() local258 std::string cmd = Join(args, ' '); in Objdump() local338 std::string cmd = Join(args, ' '); in DisassembleBinary() local
119 char cmd[1024]; in DumpAndCheck() local
87 std::string cmd = GetAndroidHostToolsDir(); in Objdump() local
1042 static bool RunCommand(std::string cmd, std::ostream* os, const char* prefix) { in RunCommand()
1432 uint8_t cmd; member