Home
last modified time | relevance | path

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

/system/core/adb/client/
Dadb_install.cpp400 int first_apk = -1; in install_multiple_app() local
413 first_apk = i; in install_multiple_app()
419 if (first_apk == -1) error_exit("need APK file on command line"); in install_multiple_app()
430 for (int i = 1; i < first_apk; i++) { in install_multiple_app()
463 for (int i = first_apk; i < argc; i++) { in install_multiple_app()