Home
last modified time | relevance | path

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

/system/core/adb/client/
Dadb_install.cpp142 static int install_app_streamed(int argc, const char** argv, bool use_fastdeploy, in install_app_streamed() argument
161 if (is_apex && use_fastdeploy) { in install_app_streamed()
165 if (use_fastdeploy == true) { in install_app_streamed()
238 static int install_app_legacy(int argc, const char** argv, bool use_fastdeploy, in install_app_legacy() argument
262 if (use_fastdeploy == true) { in install_app_legacy()
284 if (use_fastdeploy == true) { in install_app_legacy()
300 bool use_fastdeploy = false; in install_app() local
318 use_fastdeploy = true; in install_app()
321 use_fastdeploy = false; in install_app()
352 if (use_fastdeploy == true && get_device_api_level() < kFastDeployMinApi) { in install_app()
[all …]