Searched defs:file_arg (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dcommandline.c1546 int file_arg = -1; local
1553 file_arg = i;
1572 if (file_arg < 0) {
1575 } else if (file_arg + 2 < argc) {
1580 apk_file = argv[file_arg];
1582 if (file_arg != argc - 1) {
1583 verification_file = argv[file_arg + 1];
1604 argv[file_arg] = apk_dest; /* destination name, not source location */
1612 argv[file_arg + 1] = verification_dest; /* destination name, not source location */

Completed in 156 milliseconds