Home
last modified time | relevance | path

Searched refs:coldboot (Results 1 – 3 of 3) sorted by relevance

/system/vold/
Dmain.cpp43 static void coldboot(const char *path);
140 coldboot("/sys/block"); in main()
209 static void coldboot(const char *path) { in coldboot() function
/system/core/init/
Ddevices.cpp1026 static coldboot_action_t coldboot(const char *path, coldboot_callback fn) in coldboot() function
1060 act = coldboot("/sys/class", fn); in device_init()
1062 act = coldboot("/sys/block", fn); in device_init()
1064 act = coldboot("/sys/devices", fn); in device_init()
1068 act = coldboot(path, fn); in device_init()
DREADME.md488 > How long init waited for ueventd's coldboot phase to end.