Lines Matching refs:FILE
5 * you may not use this file except in compliance with the License.
72 void version(FILE * out) {
105 " adb push <local> <remote> - copy file/dir to device\n"
106 " adb pull <remote> [<local>] - copy file/dir from device\n"
123 " adb install [-l] [-r] [-s] [--algo <algorithm name> --key <hex-encoded key> --iv <hex-encoded iv>] <file>\n"
124 " - push this package file to the device and install it\n"
128 " ('--algo', '--key', and '--iv' mean the file is encrypted already)\n"
134 " adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosystem] [<packages...>]\n"
135 " - write an archive of the device's data to <file>.\n"
151 " adb restore <file> - restore device contents from the <file> backup archive\n"
712 fprintf(stderr, "adb: unable to open file %s\n", filename);
747 fprintf(stderr, "adb: unable to open file %s\n", filename);
1518 fprintf(stderr, "can't install '%s' because it's not a file\n", filename);
1564 fprintf(stderr, "too many files specified; only takes APK file and verifier file\n");
1583 fprintf(stderr, "APK and verification file can't have the same name\n");