Searched refs:cwd (Results 1 – 14 of 14) sorted by relevance
/qemu/util/ |
H A D | path.c | 26 char *cwd = g_get_current_dir(); in init_paths() local 27 base = g_build_filename(cwd, prefix, NULL); in init_paths() 28 g_free(cwd); in init_paths()
|
/qemu/tests/functional/qemu_test/ |
H A D | archive.py | 30 cwd = os.getcwd() 41 os.chdir(cwd) 51 cwd = os.getcwd() 61 os.chdir(cwd)
|
/qemu/target/i386/ |
H A D | xsave_helper.c | 18 uint16_t cwd, swd, twd; in x86_cpu_xsave_all_areas() local 30 cwd = env->fpuc; in x86_cpu_xsave_all_areas() 34 legacy->fcw = cwd; in x86_cpu_xsave_all_areas() 155 uint16_t cwd, swd, twd; in x86_cpu_xrstor_all_areas() local 162 cwd = legacy->fcw; in x86_cpu_xrstor_all_areas() 168 env->fpuc = cwd; in x86_cpu_xrstor_all_areas()
|
/qemu/.gitlab-ci.d/ |
H A D | check-patch.py | 18 cwd = os.getcwd() variable 19 reponame = os.path.basename(cwd)
|
H A D | check-dco.py | 18 cwd = os.getcwd() variable 19 reponame = os.path.basename(cwd)
|
/qemu/tests/docker/ |
H A D | docker.py | 468 cwd=docker_dir, stdout=stdout) 649 cwd = os.getcwd() 650 cmd = ["-w", cwd, 651 "-v", "%s:%s:rw" % (cwd, cwd)]
|
/qemu/scripts/ |
H A D | check_sparse.py | 57 r = subprocess.run(cmd, env=sparse_env, cwd=root_path)
|
/qemu/tests/unit/ |
H A D | test-qga.c | 56 g_autofree char *cwd = NULL; in fixture_setup() local 67 cwd = g_get_current_dir(); in fixture_setup() 69 cwd, G_DIR_SEPARATOR, G_DIR_SEPARATOR, in fixture_setup() 703 g_autofree char *cwd = NULL; in test_qga_config() local 713 cwd = g_get_current_dir(); in test_qga_config() 715 cwd, G_DIR_SEPARATOR, G_DIR_SEPARATOR); in test_qga_config()
|
/qemu/scripts/ci/ |
H A D | gitlab-pipeline-status | 42 cwd=os.path.dirname(__file__),
|
/qemu/roms/ |
H A D | edk2-build.py | 75 result = subprocess.run(cmdline, cwd = coredir, 280 subprocess.run(cmdline, cwd = coredir, check = True)
|
/qemu/tests/vm/ |
H A D | basevm.py | 278 cwd=src_dir, stdin=self._devnull, 502 cwd=cidir,
|
/qemu/tests/qemu-iotests/ |
H A D | testrunner.py | 280 with subprocess.Popen(args, cwd=str(f_test.parent), env=env,
|
/qemu/linux-user/i386/ |
H A D | signal.c | 39 uint32_t cwd; member
|
/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 2152 TEST_CONV_RAX_RDX(cwd); in test_conv()
|