Searched refs:backing_path (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_loop02.c | 27 static char backing_path[1024], backing_file_path[1024], backing_file_change_path[1024]; variable 63 TST_ASSERT_STR(backing_path, backing_file_path); in verify_ioctl_loop() 86 TST_ASSERT_STR(backing_path, backing_file_change_path); in verify_ioctl_loop() 118 sprintf(backing_path, "/sys/block/loop%d/loop/backing_file", dev_num); in setup()
|
D | ioctl_loop01.c | 30 static char dev_path[1024], backing_path[1024], backing_file_path[1024]; variable 87 TST_ASSERT_STR(backing_path, backing_file_path); in verify_ioctl_loop() 125 sprintf(backing_path, "/sys/block/loop%d/loop/backing_file", dev_num); in setup()
|
/external/autotest/client/cros/ |
D | verity_utils.py | 260 def mod_nothing(self, run_count, backing_path, block_size, block_count): argument 273 backing_path = self.verity.create_backing_image(self.image_blocks) 277 backing_path,
|
/external/crosvm/disk/src/qcow/ |
D | mod.rs | 576 let backing_path = Path::new(backing_file_name); in new_from_backing() localVariable 578 backing_path, in new_from_backing() 585 backing_path, in new_from_backing()
|