Home
last modified time | relevance | path

Searched defs:backing_file (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/brillo/blkdev_utils/
Dloop_device.cc88 base::FilePath backing_file = loopdev_path.Append(kLoopBackingFile); in GetBackingFile() local
106 const base::FilePath& backing_file, in LoopDevice()
166 const base::FilePath& backing_file) { in AttachDeviceToFile()
267 int device_number, const base::FilePath& backing_file) { in CreateLoopDevice()
Dloop_device_fake.h18 base::FilePath backing_file; member
Dloop_device_fake.cc107 const base::FilePath& backing_file) { in AttachDeviceToFile()
/external/crosvm/disk/src/qcow/
Dmod.rs417 backing_file: Option<Box<dyn DiskFile>>, field
446 let backing_file = if let Some(backing_file_path) = header.backing_file_path.as_ref() { in from() localVariable
452 let backing_file = create_disk_file(backing_raw_file) in from() localVariable
589 let backing_file = in new_from_backing() localVariable
/external/crosvm/src/
Dmain.rs2099 let mut backing_file: Option<String> = None; in create_qcow2() localVariable