Searched refs:dfdpath (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/openat2/
H A Dhelpers.c73 char *fdpath, *dfdpath, *other; local
77 dfdpath = fdreadlink(dfd);
80 E_asprintf(&other, "%s", dfdpath);
84 E_asprintf(&other, "%s/%s", dfdpath, path);
89 free(dfdpath);

Completed in 108 milliseconds