Home
last modified time | relevance | path

Searched refs:CMDSTR_FILE_SEND (Results 1 - 5 of 5) sorted by relevance

/developtools/hdc/src/host/
H A Dtranslate.cpp348 } else if (!strncmp(input.c_str(), CMDSTR_FILE_SEND.c_str(), CMDSTR_FILE_SEND.size()) || in String2FormatCommand()
H A Dmain.cpp62 registerCommand.push_back(CMDSTR_FILE_SEND); in IsRegisterCommand()
100 if (outCommand != CMDSTR_FILE_SEND && outCommand != CMDSTR_FILE_RECV && outCommand != CMDSTR_APP_INSTALL && in AppendCwdWhenTransfer()
H A Dext_client.cpp82 } else if (!strncmp(command.c_str(), CMDSTR_FILE_SEND.c_str(), CMDSTR_FILE_SEND.size()) || in ExecuteCommand()
H A Dclient.cpp352 if (!strncmp(commandIn.c_str(), CMDSTR_FILE_SEND.c_str(), CMDSTR_FILE_SEND.size()) || in ExecuteCommand()
/developtools/hdc/src/common/
H A Ddefine.h175 const string CMDSTR_FILE_SEND = "file send"; member

Completed in 5 milliseconds