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

/system/core/toolbox/
H A Drestorecon.c23 static int restore(const char *pathname, const struct stat *sb) function
115 if (restore(ftsent->fts_path, ftsent->fts_statp) < 0)
131 restore(argv[i], &sb);
/system/core/adb/
H A Dcommandline.c152 " adb restore <file> - restore device contents from the <file> backup archive\n"
740 static int restore(int argc, char** argv) { function
753 fd = adb_connect("restore:");
760 printf("Now unlock your device and confirm the restore operation.\n");
1350 if (!strcmp(argv[0], "restore")) {
1351 return restore(argc, argv);

Completed in 44 milliseconds