HomeSort by relevance Sort by last modified time
    Searched refs:coldboot (Results 1 - 2 of 2) sorted by null

  /system/vold/
main.cpp 41 static void coldboot(const char *path);
89 coldboot("/sys/block");
90 // coldboot("/sys/class/switch");
145 static void coldboot(const char *path) function
  /system/core/init/
devices.c 974 /* Coldboot walks parts of the /sys tree and pokes the uevent files
1017 static void coldboot(const char *path) function
1048 coldboot("/sys/class");
1049 coldboot("/sys/block");
1050 coldboot("/sys/devices");
1054 log_event_print("coldboot %ld uS\n", ((long) (t1 - t0)));
1056 log_event_print("skipping coldboot, already done\n");

Completed in 192 milliseconds