Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 24 of 24) sorted by relevance

/qemu/scripts/
H A Dqemu-trace-stap48 thisfile = os.path.realpath(binary)
55 return os.path.realpath(tapset)
H A Darchive-source.sh21 tar_file=$(realpath "$1")
/qemu/
H A DMakefile52 ifneq ($(realpath $(SRC_PATH)),$(realpath .))
H A Dblock.c6765 if (!filename_tmp || !realpath(filename_tmp, filename_full)) { in bdrv_find_backing_image()
6774 if (!filename_tmp || !realpath(filename_tmp, backing_file_full)) { in bdrv_find_backing_image()
/qemu/tests/vm/
H A DMakefile.include4 ifeq ($(realpath $(SRC_PATH)),$(realpath .))
H A Dbasevm.py111 self._tmpdir = os.path.realpath(tempfile.mkdtemp(prefix="vm-test-",
/qemu/tests/uefi-test-tools/
H A Dbuild.sh28 export PACKAGES_PATH=$(realpath -- "$edk2_dir")
/qemu/scripts/oss-fuzz/
H A Dbuild.sh58 DEST_DIR=$(realpath "./DEST_DIR")
/qemu/tests/image-fuzzer/
H A Drunner.py400 work_dir = os.path.realpath(args[0])
406 sys.path.append(os.path.realpath(os.path.dirname(args[1])))
/qemu/tests/docker/
H A Ddocker.py159 real_l = os.path.realpath(l)
467 rc = subprocess.call(os.path.realpath(docker_pre),
562 real_l = os.path.realpath(l)
/qemu/tests/guest-debug/
H A Drun-test.py102 gdb_pythonpath.append(os.path.dirname(os.path.realpath(__file__)))
/qemu/bsd-user/
H A Dbsdload.c160 path = realpath(filename, fullpath); in loader_exec()
/qemu/hw/s390x/
H A Ds390-ccw.c90 if (!realpath(sysfsdev, dev_path)) { in s390_ccw_get_dev_info()
/qemu/storage-daemon/
H A Dqemu-storage-daemon.c385 if (!realpath(pid_file, pid_file_realpath)) { in pid_file_init()
/qemu/include/sysemu/
H A Dos-win32.h148 static inline char *realpath(const char *path, char *resolved_path) in realpath() function
/qemu/util/
H A Dcutils.c1112 p = realpath(fpath, buf); in qemu_init_exec_dir()
1137 p = realpath(argv0, buf); in qemu_init_exec_dir()
/qemu/linux-user/
H A Dmain.c768 if (realpath(exec_path, real_exec_path)) { in main()
H A Dsyscall.c8360 proc_name = realpath(fname, NULL); in do_guest_openat()
/qemu/tests/qtest/
H A Dlibqtest.c1870 rpath = realpath(path, NULL); in have_qemu_img()
1893 qemu_img_abs_path = realpath(qemu_img_path, NULL); in mkimg()
H A Dhd-geo-test.c486 qemu_img_abs_path = realpath(qemu_img_path, NULL); in create_qcow2_with_mbr()
/qemu/qga/
H A Dcommands-posix.c1237 g_autofree char *syspath = realpath(devpath, NULL); in is_disk_virtual()
1255 syspath = realpath(devpath, NULL); in build_guest_fsinfo_for_device()
/qemu/system/
H A Dvl.c2574 if (!realpath(pid_file, pid_file_realpath)) { in qemu_maybe_daemonize()
H A Dphysmem.c1265 rpath = realpath(path, NULL); in get_file_align()
/qemu/hw/vfio/
H A Dpci.c3001 subsys = realpath(tmp, NULL); in vfio_realize()