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

  /system/vold/
main.cpp 43 static void coldboot(const char *path);
118 coldboot("/sys/block");
119 // coldboot("/sys/class/switch");
202 static void coldboot(const char *path) { function
  /system/core/init/
devices.cpp 260 * it was created with the wrong context during coldboot procedure. */
924 /* Coldboot walks parts of the /sys tree and pokes the uevent files
967 static void coldboot(const char *path) function
988 NOTICE("Skipping coldboot, already done!\n");
993 coldboot("/sys/class");
994 coldboot("/sys/block");
995 coldboot("/sys/devices");
997 NOTICE("Coldboot took %.2fs.\n", t.duration());

Completed in 1025 milliseconds