Home
last modified time | relevance | path

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

/system/core/init/
Ddevices_test.cpp35 device_handler_.sysfs_mount_point_ = fake_sys_root.path; in TestGetSymlinks()
47 result = device_handler_.GetBlockDeviceSymlinks(uevent); in TestGetSymlinks()
60 DeviceHandler device_handler_; member in android::init::DeviceHandlerTester
Dfirst_stage_mount.cpp107 std::unique_ptr<DeviceHandler> device_handler_; member in android::init::FirstStageMount
222 device_handler_ = std::make_unique<DeviceHandler>( in FirstStageMount()
317 device_handler_->HandleUevent(uevent); in InitDeviceMapper()
390 std::vector<std::string> links = device_handler_->GetBlockDeviceSymlinks(uevent); in HandleBlockDevice()
394 device_handler_->HandleUevent(uevent); in HandleBlockDevice()
431 device_handler_->HandleUevent(uevent); in InitMappedDevice()