Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dfirst_stage_mount.h22 bool DoCreateDevices();
H A Dfirst_stage_mount.cpp86 bool DoCreateDevices(); // Creates devices and logical partitions from storage devices
236 bool FirstStageMount::DoCreateDevices() { in DoCreateDevices() function in android::init::FirstStageMount
799 bool DoCreateDevices() { in DoCreateDevices() function
805 return (*fsm)->DoCreateDevices(); in DoCreateDevices()
823 if (!(*fsm)->DoCreateDevices()) return false; in DoFirstStageMount()
H A Dfirst_stage_init.cpp350 created_devices = DoCreateDevices(); in FirstStageMain()