Searched refs:base_dir (Results 1 – 19 of 19) sorted by relevance
/qemu/tests/qemu-iotests/tests/ |
H A D | qsd-migrate | 30 iotests.FilePath('nbd-src.sock', base_dir=iotests.sock_dir) as nbd_src, \ 31 iotests.FilePath('nbd-dst.sock', base_dir=iotests.sock_dir) as nbd_dst, \ 32 iotests.FilePath('migrate.sock', base_dir=iotests.sock_dir) as mig_sock, \
|
H A D | parallels-read-bitmap | 26 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
|
H A D | nbd-reconnect-on-open | 30 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
|
H A D | iothreads-nbd-export | 29 iotests.FilePath('nbd.sock', base_dir=iotests.sock_dir) as nbd_sock, \
|
H A D | image-fleecing | 289 base_dir=iotests.sock_dir) as nbd_sock_path:
|
H A D | inactive-node-nbd | 52 iotests.FilePath('nbd.sock', base_dir=iotests.sock_dir) as nbd_sock, \
|
H A D | vvfat | 31 nbd_sock = iotests.file_path("nbd.sock", base_dir=iotests.sock_dir)
|
/qemu/tests/qemu-iotests/ |
H A D | 209 | 29 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
|
H A D | 299 | 29 nbd_sock = iotests.file_path('nbd.sock', base_dir=iotests.sock_dir)
|
H A D | 208 | 30 iotests.FilePath('nbd.sock', base_dir=iotests.sock_dir) as nbd_sock_path, \
|
H A D | 277 | 31 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
|
H A D | 302 | 80 nbd_sock = file_path("nbd-sock", base_dir=iotests.sock_dir)
|
H A D | 194 | 30 iotests.FilePath('migration.sock', 'nbd.sock', base_dir=iotests.sock_dir) \
|
H A D | 264 | 29 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
|
H A D | 307 | 35 iotests.FilePath('socket', base_dir=iotests.sock_dir) as socket, \
|
H A D | 240 | 25 nbd_sock = iotests.file_path('nbd.sock', base_dir=iotests.sock_dir)
|
H A D | 151 | 242 base_dir=iotests.sock_dir)
|
H A D | iotests.py | 779 def __init__(self, *names, base_dir=test_dir): argument 780 self.paths = [os.path.join(base_dir, file_pattern(name)) 809 def file_path(*names, base_dir=test_dir): argument 825 path = os.path.join(base_dir, filename)
|
/qemu/ |
H A D | meson.build | 4332 base_dir = 'linux-user' 4335 base_dir = 'bsd-user' 4338 dir = base_dir / abi 4342 base_dir, 4343 base_dir / abi, 4346 dir = base_dir / abi 4350 syscall_nr_generators[abi].process(base_dir / abi / config_target['TARGET_SYSTBL'], 4325 base_dir = 'linux-user' global() variable 4328 base_dir = 'bsd-user' global() variable
|