Searched refs:rpath (Results 1 – 3 of 3) sorted by relevance
120 static inline char *rpath(FsContext *ctx, const char *path) in rpath() function
2045 char *rpath; in have_qemu_img() local2051 rpath = realpath(path, NULL); in have_qemu_img()2052 if (!rpath) { in have_qemu_img()2055 free(rpath); in have_qemu_img()
1322 g_autofree char *rpath = NULL; in get_file_align() local1329 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()