Searched refs:realpath (Results 1 – 24 of 24) sorted by relevance
| /qemu/ |
| A D | Makefile | 52 ifneq ($(realpath $(SRC_PATH)),$(realpath .))
|
| A D | block.c | 6786 if (!filename_tmp || !realpath(filename_tmp, filename_full)) { in bdrv_find_backing_image() 6795 if (!filename_tmp || !realpath(filename_tmp, backing_file_full)) { in bdrv_find_backing_image()
|
| /qemu/scripts/ |
| A D | qemu-trace-stap | 48 thisfile = os.path.realpath(binary) 55 return os.path.realpath(tapset)
|
| A D | archive-source.sh | 21 tar_file=$(realpath "$1")
|
| /qemu/tests/vm/ |
| A D | Makefile.include | 4 ifeq ($(realpath $(SRC_PATH)),$(realpath .))
|
| A D | basevm.py | 111 self._tmpdir = os.path.realpath(tempfile.mkdtemp(prefix="vm-test-",
|
| /qemu/tests/uefi-test-tools/ |
| A D | build.sh | 28 export PACKAGES_PATH=$(realpath -- "$edk2_dir")
|
| /qemu/scripts/oss-fuzz/ |
| A D | build.sh | 58 DEST_DIR=$(realpath "./DEST_DIR")
|
| /qemu/tests/image-fuzzer/ |
| A D | runner.py | 400 work_dir = os.path.realpath(args[0]) 406 sys.path.append(os.path.realpath(os.path.dirname(args[1])))
|
| /qemu/tests/docker/ |
| A D | docker.py | 159 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/ |
| A D | run-test.py | 108 gdb_pythonpath.append(os.path.dirname(os.path.realpath(__file__)))
|
| /qemu/bsd-user/ |
| A D | bsdload.c | 160 path = realpath(filename, fullpath); in loader_exec()
|
| /qemu/hw/s390x/ |
| A D | s390-ccw.c | 90 if (!realpath(sysfsdev, dev_path)) { in s390_ccw_get_dev_info()
|
| /qemu/include/sysemu/ |
| A D | os-win32.h | 148 static inline char *realpath(const char *path, char *resolved_path) in realpath() function
|
| /qemu/storage-daemon/ |
| A D | qemu-storage-daemon.c | 385 if (!realpath(pid_file, pid_file_realpath)) { in pid_file_init()
|
| /qemu/util/ |
| A D | cutils.c | 1112 p = realpath(fpath, buf); in qemu_init_exec_dir() 1137 p = realpath(argv0, buf); in qemu_init_exec_dir()
|
| /qemu/linux-user/ |
| A D | main.c | 779 if (realpath(exec_path, real_exec_path)) { in main()
|
| A D | syscall.c | 8410 proc_name = realpath(fname, NULL); in maybe_do_fake_open()
|
| /qemu/hw/vfio/ |
| A D | helpers.c | 717 subsys = realpath(tmp, NULL); in vfio_device_is_mdev()
|
| /qemu/tests/qtest/ |
| A D | libqtest.c | 1957 rpath = realpath(path, NULL); in have_qemu_img() 1980 qemu_img_abs_path = realpath(qemu_img_path, NULL); in mkimg()
|
| A D | hd-geo-test.c | 486 qemu_img_abs_path = realpath(qemu_img_path, NULL); in create_qcow2_with_mbr()
|
| /qemu/qga/ |
| A D | commands-linux.c | 693 g_autofree char *syspath = realpath(devpath, NULL); in is_disk_virtual() 711 syspath = realpath(devpath, NULL); in build_guest_fsinfo_for_device()
|
| /qemu/system/ |
| A D | vl.c | 2586 if (!realpath(pid_file, pid_file_realpath)) { in qemu_maybe_daemonize()
|
| A D | physmem.c | 1300 rpath = realpath(path, NULL); in get_file_align()
|
Completed in 119 milliseconds