Home
last modified time | relevance | path

Searched refs:CheckMatchUpdate (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/host/
Dhost_updater.h28 static bool CheckMatchUpdate(const std::string &input, TranslateCommand::FormatCommand &outCmd);
Dhost_updater.cpp258 bool HostUpdater::CheckMatchUpdate(const std::string &input, TranslateCommand::FormatCommand &outCm… in CheckMatchUpdate() function in Hdc::HostUpdater
Dtranslate.cpp396 } else if (HostUpdater::CheckMatchUpdate(input, *outCmd)) { in String2FormatCommand()