Home
last modified time | relevance | path

Searched refs:rpath (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/9pfs/
H A D9p.h120 static inline char *rpath(FsContext *ctx, const char *path) in rpath() function
/qemu/tests/qtest/
H A Dlibqtest.c2045 char *rpath; in have_qemu_img() local
2051 rpath = realpath(path, NULL); in have_qemu_img()
2052 if (!rpath) { in have_qemu_img()
2055 free(rpath); in have_qemu_img()
/qemu/system/
H A Dphysmem.c1322 g_autofree char *rpath = NULL; in get_file_align() local
1329 rpath = realpath(path, NULL); in get_file_align()
1330 if (!rpath) { in get_file_align()
1340 if (strstr(rpath, daxctl_region_get_path(region))) { in get_file_align()