Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dfirst_stage_mount.h22 bool DoCreateDevices();
H A Dfirst_stage_mount.cpp87 bool DoCreateDevices(); // Creates devices and logical partitions from storage devices
253 bool FirstStageMount::DoCreateDevices() { in DoCreateDevices() function in android::init::FirstStageMount
867 bool DoCreateDevices() { in DoCreateDevices() function
873 return (*fsm)->DoCreateDevices(); in DoCreateDevices()
891 if (!(*fsm)->DoCreateDevices()) return false; in DoFirstStageMount()
H A Dfirst_stage_init.cpp308 created_devices = DoCreateDevices(); in FirstStageMain()