Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbrillo/brillo/blkdev_utils/
H A Dloop_device_test.cc19 loop_manager.AttachDeviceToFile(loop_backing_file); in TEST()
21 loop_manager.AttachDeviceToFile(loop_backing_file); in TEST()
23 loop_manager.AttachDeviceToFile(loop_backing_file); in TEST()
H A Dloop_device_fake.h26 std::unique_ptr<LoopDevice> AttachDeviceToFile(
H A Dloop_device.h87 virtual std::unique_ptr<LoopDevice> AttachDeviceToFile(
H A Dloop_device_fake.cc106 std::unique_ptr<LoopDevice> FakeLoopDeviceManager::AttachDeviceToFile( in AttachDeviceToFile() function in brillo::fake::FakeLoopDeviceManager
H A Dloop_device.cc165 std::unique_ptr<LoopDevice> LoopDeviceManager::AttachDeviceToFile( in AttachDeviceToFile() function in brillo::LoopDeviceManager