Home
last modified time | relevance | path

Searched refs:CMDSTR_TARGET_REBOOT (Results 1 - 4 of 4) sorted by relevance

/developtools/hdc/src/host/
H A Dtranslate.cpp297 if (strcmp(input, CMDSTR_TARGET_REBOOT.c_str())) { in TargetReboot()
298 outCmd->parameters = input + CMDSTR_TARGET_REBOOT.size() + 1; // with ' ' in TargetReboot()
377 } else if (!strncmp(input.c_str(), CMDSTR_TARGET_REBOOT.c_str(), CMDSTR_TARGET_REBOOT.size())) { in String2FormatCommand()
H A Dext_client.cpp98 !strncmp(command.c_str(), CMDSTR_TARGET_REBOOT.c_str(), CMDSTR_TARGET_REBOOT.size()) || in ExecuteCommand()
H A Dmain.cpp77 registerCommand.push_back(CMDSTR_TARGET_REBOOT); in IsRegisterCommand()
/developtools/hdc/src/common/
H A Ddefine.h149 const string CMDSTR_TARGET_REBOOT = "target boot"; member

Completed in 4 milliseconds