Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/openat2/
H A Dhelpers.h86 #define E_touchat(...) E_func(touchat, __VA_ARGS__)
102 int touchat(int dfd, const char *path);
H A Dhelpers.c47 int touchat(int dfd, const char *path) in touchat() function