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

/system/vold/
H A Dmain.cpp43 static void coldboot(const char *path);
137 // Do coldboot here so it won't block booting,
140 coldboot("/sys/block");
209 static void coldboot(const char *path) { function
/system/core/init/
H A Ddevices.cpp259 * it was created with the wrong context during coldboot procedure. */
1026 static coldboot_action_t coldboot(const char *path, coldboot_callback fn) function
1053 LOG(VERBOSE) << "Skipping coldboot, already done!";
1060 act = coldboot("/sys/class", fn);
1062 act = coldboot("/sys/block", fn);
1064 act = coldboot("/sys/devices", fn);
1068 act = coldboot(path, fn);

Completed in 47 milliseconds