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

/system/core/toolbox/
H A Drestorecon.c24 static int restore(const char *pathname, const struct stat *sb) function
120 if (restore(ftsent->fts_path, ftsent->fts_statp) < 0)
136 restore(argv[i], &sb);
/system/core/adb/
H A Dcommandline.c151 " adb restore <file> - restore device contents from the <file> backup archive\n"
738 static int restore(int argc, char** argv) { function
751 fd = adb_connect("restore:");
758 printf("Now unlock your device and confirm the restore operation.\n");
1338 if (!strcmp(argv[0], "restore")) {
1339 return restore(argc, argv);

Completed in 147 milliseconds