Searched defs:backing_file (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/libbrillo/brillo/blkdev_utils/ |
H A D | loop_device.cc | 88 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()
|
H A D | loop_device_fake.h | 18 base::FilePath backing_file; member
|
H A D | loop_device_fake.cc | 107 const base::FilePath& backing_file) { in AttachDeviceToFile()
|
/aosp_15_r20/system/apex/apexd/ |
H A D | apex_database.cpp | 145 std::string backing_file = in PopulateLoopInfo() local 184 auto backing_file = block.GetProperty("loop/backing_file"); in ResolveMountInfo() local
|
/aosp_15_r20/packages/modules/Virtualization/libs/devicemapper/src/ |
D | lib.rs | 325 let backing_file = prepare_tmpfile(test_dir.path(), "storage", sz); in mapping_again_keeps_data() localVariable 369 let backing_file = prepare_tmpfile(test_dir.path(), "storage", sz); in data_inaccessible_with_diff_key() localVariable
|
D | loopdevice.rs | 118 let backing_file = OpenOptions::new() in try_attach() localVariable
|
/aosp_15_r20/external/crosvm/disk/src/qcow/ |
H A D | mod.rs | 441 backing_file: Option<Box<dyn DiskFile>>, field 480 let backing_file = if let Some(backing_file_path) = header.backing_file_path.as_ref() { in from() localVariable 481 let backing_file = open_disk_file(DiskFileParams { in from() localVariable 638 let backing_file = open_disk_file(DiskFileParams { in new_from_backing() localVariable
|
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/ |
D | server_loop_impl.cpp | 46 const std::string& backing_file, in CreateQcowOverlay()
|
/aosp_15_r20/device/google/cuttlefish/host/libs/image_aggregator/ |
D | image_aggregator.cc | 545 const std::string& backing_file, in CreateQcowOverlay()
|
/aosp_15_r20/external/crosvm/src/crosvm/ |
H A D | cmdline.rs | 259 pub backing_file: Option<String>, field
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 41360 struct backing_file { struct 41361 struct file file; 41362 struct path real_path; 49182 struct file *backing_file; member 49211 struct file *backing_file; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 50727 struct backing_file { struct 50728 struct file file; 50729 struct path real_path; 58939 struct file *backing_file; member 58968 struct file *backing_file; member
|
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/ |
H A D | vmlinux.h | 64455 struct backing_file { struct 64456 struct file file; 64457 struct path user_path;
|