HomeSort by relevance Sort by last modified time
    Searched refs:reboot (Results 1 - 25 of 50) sorted by null

1 2

  /bionic/libc/unistd/
reboot.c 29 #include <sys/reboot.h>
31 int reboot (int mode) function
  /bionic/libc/include/sys/
reboot.h 32 #include <linux/reboot.h>
44 extern int reboot(int reboot_type);
  /development/ndk/platforms/android-3/include/sys/
reboot.h 32 #include <linux/reboot.h>
44 extern int reboot(int reboot_type);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
reboot.h 32 #include <linux/reboot.h>
44 extern int reboot(int reboot_type);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
reboot.h 32 #include <linux/reboot.h>
44 extern int reboot(int reboot_type);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
reboot.h 32 #include <linux/reboot.h>
44 extern int reboot(int reboot_type);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
reboot.h 32 #include <linux/reboot.h>
44 extern int reboot(int reboot_type);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
reboot.h 32 #include <linux/reboot.h>
44 extern int reboot(int reboot_type);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
reboot.h 32 #include <linux/reboot.h>
44 extern int reboot(int reboot_type);
  /system/core/toolbox/
reboot.c 4 #include <sys/reboot.h>
49 ret = reboot(RB_AUTOBOOT);
51 perror("reboot");
54 fprintf(stderr, "reboot returned\n");
wipe.c 8 #include <sys/reboot.h>
66 ret = reboot(RB_AUTOBOOT);
68 fprintf(stderr, "Reboot failed, %s\n", strerror(errno));
  /frameworks/base/core/java/android/os/
Power.java 95 * Reboot the device.
98 * @throws IOException if reboot fails for some reason (eg, lack of
101 public static void reboot(String reason) throws IOException method in class:Power
IPowerManager.aidl 39 void reboot(String reason);
  /frameworks/base/core/jni/
android_os_Power.cpp 23 #include <sys/reboot.h>
82 reboot(RB_POWER_OFF);
91 reboot(RB_AUTOBOOT);
  /device/samsung/crespo/
setup_fs.c 5 #include <sys/reboot.h>
70 fprintf(stderr,"REBOOT!\n");
71 reboot(RB_AUTOBOOT);
  /bootable/recovery/tools/ota/
check-lost+found.c 25 #include <sys/reboot.h>
32 // Sentinel file used to track whether we've forced a reboot
43 * 1. If /data/misc/forced-reboot is missing, touch it & force "unclean" boot.
62 // No reboot marker -- need to force an unclean reboot.
64 // skip the reboot, so we don't get caught in an infinite loop.
86 reboot(RB_AUTOBOOT); // reboot immediately, with dirty filesystems
87 fprintf(out, "Reboot failed?!\n");
  /device/htc/common/updater/
firmware.c 25 #include <sys/reboot.h>
53 * 9. reboot
160 * bootloader, so all we can really do afterwards is wipe cache and reboot.
180 * come back here, and we will wipe the cache and reboot into
188 reboot(RB_AUTOBOOT);
190 // Can't reboot? WTF?
191 LOGE("Can't reboot\n");
  /bionic/libc/kernel/common/linux/raid/
md.h 34 #include <linux/reboot.h>
  /bootable/bootloader/legacy/include/msm7k/
shared.h 133 void reboot(void);
  /development/ndk/platforms/android-3/include/linux/raid/
md.h 34 #include <linux/reboot.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/raid/
md.h 34 #include <linux/reboot.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/raid/
md.h 34 #include <linux/reboot.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/raid/
md.h 34 #include <linux/reboot.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/raid/
md.h 34 #include <linux/reboot.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/raid/
md.h 34 #include <linux/reboot.h>

Completed in 707 milliseconds

1 2