Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbrillo/brillo/blkdev_utils/
H A Dloop_device.cc203 return SearchLoopDevicePaths(); in GetAttachedDevices()
208 auto devices = SearchLoopDevicePaths(device_number); in GetAttachedDeviceByNumber()
238 LoopDeviceManager::SearchLoopDevicePaths(int device_number) { in SearchLoopDevicePaths() function in brillo::LoopDeviceManager
H A Dloop_device_fake.h30 std::vector<std::unique_ptr<LoopDevice>> SearchLoopDevicePaths(
H A Dloop_device.h102 virtual std::vector<std::unique_ptr<LoopDevice>> SearchLoopDevicePaths(
H A Dloop_device_fake.cc121 FakeLoopDeviceManager::SearchLoopDevicePaths(int device_number) { in SearchLoopDevicePaths() function in brillo::fake::FakeLoopDeviceManager