Home
last modified time | relevance | path

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

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