Searched refs:root_dir (Results 1 – 5 of 5) sorted by relevance
| /qemu/scripts/coverage/ |
| A D | compare_gcov_json.py | 44 root_dir = json_file_path.absolute().parent 52 if resolved_path.is_relative_to(root_dir): 53 file_path = resolved_path.relative_to(root_dir)
|
| /qemu/tests/qemu-iotests/tests/ |
| A D | vvfat | 186 root_dir = fat16.read_root_directory() 188 self.assertEqual(len(root_dir), 13) # 12 + 1 special file 206 for entry in root_dir: 217 root_dir = fat16.read_root_directory() 223 self.assertEqual(root_dir[0].as_bytes(),
|
| /qemu/system/ |
| A D | device_tree.c | 149 const char *root_dir = SYSFS_DT_BASEDIR; in read_fstree() local 152 if (strstr(dirname, root_dir) != dirname) { in read_fstree() 154 __func__, dirname, root_dir); in read_fstree()
|
| /qemu/tests/docker/ |
| A D | docker.py | 96 def _copy_with_mkdir(src, root_dir, sub_path='.', name=None): argument 98 dest_dir = os.path.normpath("%s/%s" % (root_dir, sub_path))
|
| /qemu/tests/qemu-iotests/ |
| A D | fat16.py | 272 root_dir = self.read_sectors( 276 root_dir, self.boot_sector.root_dir_start()
|
Completed in 15 milliseconds