Home
last modified time | relevance | path

Searched refs:backing_file_path (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl_loop01.c30 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()
128 sprintf(backing_file_path, "%s/test.img", tst_get_tmpdir()); in setup()
H A Dioctl_loop05.c40 static char dev_path[1024], sys_loop_diopath[1024], backing_file_path[1024]; variable
127 sprintf(backing_file_path, "%s/test.img", tst_get_tmpdir()); in setup()
128 tst_find_backing_dev(backing_file_path, bd_path, sizeof(bd_path)); in setup()
H A Dioctl_loop02.c30 static char backing_path[1024], backing_file_path[1024], backing_file_change_path[1024]; variable
66 TST_ASSERT_STR(backing_path, backing_file_path); in verify_ioctl_loop()
123 sprintf(backing_file_path, "%s/test.img", tmpdir); in setup()
/aosp_15_r20/external/crosvm/disk/src/qcow/
H A Dmod.rs200 pub backing_file_path: Option<String>, field
259 backing_file_path: None, in new()
270 header.backing_file_path = Some( in new()
329 backing_file_path: backing_file.map(String::from), in create_for_size_and_path()
367 if let Some(backing_file_path) = self.backing_file_path.as_ref() { in write_to()
368 write!(file, "{}", backing_file_path).map_err(Error::WritingHeader)?; in write_to()
480 let backing_file = if let Some(backing_file_path) = header.backing_file_path.as_ref() { in from()
482 path: PathBuf::from(backing_file_path), in from()
1803 header.backing_file_path, in header_with_backing()
1806 assert_eq!(read_header.backing_file_path, header.backing_file_path); in header_with_backing()
[all …]
/aosp_15_r20/external/autotest/server/
H A Dserver_job.py1658 backing_file_path = os.path.join(store_dir, '%s.store' % hostname)
1659 if not os.path.isfile(backing_file_path):
1662 % backing_file_path
1664 return file_store.FileStore(backing_file_path)
1683 backing_file_path = os.path.join(
1688 backing_file_path)
1689 shadow_store = file_store.FileStore(backing_file_path)
/aosp_15_r20/external/libbrillo/brillo/blkdev_utils/
H A Dloop_device.cc93 base::FilePath backing_file_path( in GetBackingFile() local
96 return backing_file_path; in GetBackingFile()
/aosp_15_r20/external/cronet/build/android/pylib/local/emulator/
H A Davd.py761 backing_file_path = os.path.join(self._system_image_dir, f)
763 qcow2_image_path, backing_file_path)
772 os.path.relpath(backing_file_path, os.path.dirname(qcow2_image_path)),
/aosp_15_r20/external/angle/build/android/pylib/local/emulator/
H A Davd.py861 backing_file_path = os.path.join(self._system_image_dir, f)
863 qcow2_image_path, backing_file_path)
872 os.path.relpath(backing_file_path, os.path.dirname(qcow2_image_path)),