Searched refs:outCommand (Results 1 – 1 of 1) sorted by relevance
45 int IsRegisterCommand(string &outCommand, const char *cmd, const char *cmdnext) in IsRegisterCommand() argument87 outCommand = doubleCommand; in IsRegisterCommand()91 outCommand = cmd; in IsRegisterCommand()98 void AppendCwdWhenTransfer(string &outCommand) in AppendCwdWhenTransfer() argument100 …if (outCommand != CMDSTR_FILE_SEND && outCommand != CMDSTR_FILE_RECV && outCommand != CMDSTR_APP_I… in AppendCwdWhenTransfer()101 outCommand != CMDSTR_APP_SIDELOAD) { in AppendCwdWhenTransfer()122 outCommand += outCommand.size() ? " " : ""; in AppendCwdWhenTransfer()123 outCommand += CMDSTR_REMOTE_PARAMETER; in AppendCwdWhenTransfer()124 outCommand += outCommand.size() ? " -cwd " : "-cwd "; in AppendCwdWhenTransfer()126 outCommand += Base::StringFormat("\"%s\"", utf8Path.c_str()); in AppendCwdWhenTransfer()[all …]