Home
last modified time | relevance | path

Searched refs:base_dir (Results 1 – 19 of 19) sorted by relevance

/qemu/tests/qemu-iotests/tests/
H A Dqsd-migrate30 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 Dparallels-read-bitmap26 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
H A Dnbd-reconnect-on-open30 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
H A Diothreads-nbd-export29 iotests.FilePath('nbd.sock', base_dir=iotests.sock_dir) as nbd_sock, \
H A Dimage-fleecing289 base_dir=iotests.sock_dir) as nbd_sock_path:
H A Dinactive-node-nbd52 iotests.FilePath('nbd.sock', base_dir=iotests.sock_dir) as nbd_sock, \
H A Dvvfat31 nbd_sock = iotests.file_path("nbd.sock", base_dir=iotests.sock_dir)
/qemu/tests/qemu-iotests/
H A D20929 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
H A D29929 nbd_sock = iotests.file_path('nbd.sock', base_dir=iotests.sock_dir)
H A D20830 iotests.FilePath('nbd.sock', base_dir=iotests.sock_dir) as nbd_sock_path, \
H A D27731 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
H A D30280 nbd_sock = file_path("nbd-sock", base_dir=iotests.sock_dir)
H A D19430 iotests.FilePath('migration.sock', 'nbd.sock', base_dir=iotests.sock_dir) \
H A D26429 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
H A D30735 iotests.FilePath('socket', base_dir=iotests.sock_dir) as socket, \
H A D24025 nbd_sock = iotests.file_path('nbd.sock', base_dir=iotests.sock_dir)
H A D151242 base_dir=iotests.sock_dir)
H A Diotests.py779 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 Dmeson.build4332 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