Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Ddevices.cpp409 bool is_boot_device = boot_devices_.find(device) != boot_devices_.end(); in GetBlockDeviceSymlinks()
595 boot_devices_(std::move(boot_devices)), in DeviceHandler()
H A Ddevices.h145 std::set<std::string> boot_devices_; variable