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

/system/core/libbacktrace/
H A DBacktraceCurrent.cpp101 // to get the errno set here. Always save and restore it just in case
115 ErrnoRestorer restore; local
122 ErrnoRestorer restore; local
/system/core/adb/
H A Dcommandline.cpp165 "backup/restore:\n"
349 fatal_errno("could not restore stdin mode");
357 fatal_errno("could not restore stdout mode");
1218 static int restore(int argc, const char** argv) { function
1219 if (argc != 2) return syntax_error("restore requires an argument");
1229 int fd = adb_connect("restore:", &error);
1231 fprintf(stderr, "adb: unable to connect for restore: %s\n", error.c_str());
1236 fprintf(stdout, "Now unlock your device and confirm the restore operation.\n");
1797 else if (!strcmp(argv[0], "restore")) {
1798 return restore(arg
[all...]

Completed in 44 milliseconds