Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfastdeploy.cpp280 const std::string kAgentApplyCommandPattern = "/data/local/tmp/deployagent apply %s %s -o %s"; in apply_patch_on_device() local
291 android::base::StringPrintf(kAgentApplyCommandPattern.c_str(), packageName.c_str(), in apply_patch_on_device()
301 const std::string kAgentApplyCommandPattern = "/data/local/tmp/deployagent apply %s %s -pm %s"; in install_patch() local
330 android::base::StringPrintf(kAgentApplyCommandPattern.c_str(), packageName.c_str(), in install_patch()