Home
last modified time | relevance | path

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

/system/core/adb/client/
Dadb_install.cpp165 static int install_app_streamed(int argc, const char** argv, bool use_fastdeploy) { in install_app_streamed() argument
183 if (is_apex && use_fastdeploy) { in install_app_streamed()
187 if (use_fastdeploy) { in install_app_streamed()
259 static int install_app_legacy(int argc, const char** argv, bool use_fastdeploy) { in install_app_legacy() argument
282 if (use_fastdeploy) { in install_app_legacy()
457 std::vector<const char*> argv, bool* use_fastdeploy, in parse_fast_deploy_mode() argument
459 *use_fastdeploy = false; in parse_fast_deploy_mode()
465 *use_fastdeploy = true; in parse_fast_deploy_mode()
467 *use_fastdeploy = false; in parse_fast_deploy_mode()
486 bool use_fastdeploy = false; in install_app() local
[all …]