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

/system/core/adb/
H A Dcommandline.cpp199 " adb restore <file> - restore device contents from the <file> backup archive\n"
432 fatal_errno("could not restore stdin mode");
440 fatal_errno("could not restore stdout mode");
1296 static int restore(int argc, const char** argv) { function
1307 int fd = adb_connect("restore:", &error);
1309 fprintf(stderr, "adb: unable to connect for restore: %s\n", error.c_str());
1314 printf("Now unlock your device and confirm the restore operation.\n");
1917 else if (!strcmp(argv[0], "restore")) {
1918 return restore(arg
[all...]

Completed in 134 milliseconds