Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbrillo/brillo/blkdev_utils/
H A Dloop_device.cc175 return CreateLoopDevice(-1, base::FilePath()); in AttachDeviceToFile()
183 return CreateLoopDevice(-1, base::FilePath()); in AttachDeviceToFile()
194 return CreateLoopDevice(-1, base::FilePath()); in AttachDeviceToFile()
198 return CreateLoopDevice(device_number, backing_file); in AttachDeviceToFile()
211 return CreateLoopDevice(-1, base::FilePath()); in GetAttachedDeviceByNumber()
233 return CreateLoopDevice(-1, base::FilePath()); in GetAttachedDeviceByName()
247 CreateLoopDevice(device_number, GetBackingFile(loopdev_path))); in SearchLoopDevicePaths()
260 CreateLoopDevice(dev_number, GetBackingFile(loopdev))); in SearchLoopDevicePaths()
266 std::unique_ptr<LoopDevice> LoopDeviceManager::CreateLoopDevice( in CreateLoopDevice() function in brillo::LoopDeviceManager
H A Dloop_device.h108 std::unique_ptr<LoopDevice> CreateLoopDevice(
/aosp_15_r20/system/apex/apexd/
H A Dapexd_loop.cpp490 static Result<LoopbackDeviceUniqueFd> CreateLoopDevice( in CreateLoopDevice() function
526 loop_device = CreateLoopDevice(target, image_offset, image_size); in CreateAndConfigureLoopDevice()
/aosp_15_r20/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp333 static bool CreateLoopDevice(LoopControl& control, const std::string& file, in CreateLoopDevice() function
480 if (!CreateLoopDevice(control, file, timeout_ms - elapsed, &loop_device)) { in MapWithLoopDevice()