Home
last modified time | relevance | path

Searched refs:retryCmd (Results 1 - 2 of 2) sorted by relevance

/base/update/updater/services/applypatch/
H A Dtransfer_manager.cpp63 std::string &retryCmd) in InitCommandParser()
70 retryCmd = ReloadForRetry(); in InitCommandParser()
94 std::string retryCmd = ""; in CommandsParser() local
96 ct = InitCommandParser(ct, retryCmd); in CommandsParser()
108 if (!retryCmd.empty() && transferParams_->env->IsRetry()) { in CommandsParser()
109 if (*ct == retryCmd) { in CommandsParser()
110 retryCmd.clear(); in CommandsParser()
62 InitCommandParser(std::vector<std::string>::const_iterator ct, std::string &retryCmd) InitCommandParser() argument
/base/update/updater/services/include/applypatch/
H A Dtransfer_manager.h82 std::string &retryCmd);

Completed in 1 milliseconds