Searched refs:use_fastdeploy (Results 1 – 1 of 1) sorted by relevance
160 static int install_app_streamed(int argc, const char** argv, bool use_fastdeploy) { in install_app_streamed() argument178 if (is_apex && use_fastdeploy) { in install_app_streamed()182 if (use_fastdeploy) { in install_app_streamed()254 static int install_app_legacy(int argc, const char** argv, bool use_fastdeploy) { in install_app_legacy() argument277 if (use_fastdeploy) { in install_app_legacy()452 std::vector<const char*> argv, bool* use_fastdeploy, in parse_fast_deploy_mode() argument454 *use_fastdeploy = false; in parse_fast_deploy_mode()460 *use_fastdeploy = true; in parse_fast_deploy_mode()462 *use_fastdeploy = false; in parse_fast_deploy_mode()481 bool use_fastdeploy = false; in install_app() local[all …]