Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dfirst_stage_mount.cpp582 auto init_devices = [this](std::set<std::string> devices) -> bool { in MountPartitions() local
595 MapScratchPartitionIfNeeded(&fstab_, init_devices); in MountPartitions()
631 auto init_devices = [this](std::set<std::string> devices) -> bool { in UseDsuIfPresent() local
644 if (!images || !images->MapAllImages(init_devices)) { in UseDsuIfPresent()