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

/linux-master/tools/testing/selftests/openat2/
H A Dhelpers.c22 int raw_openat2(int dfd, const char *path, void *how, size_t size) function
30 return raw_openat2(dfd, path, how, sizeof(*how));
H A Dhelpers.h96 int raw_openat2(int dfd, const char *path, void *how, size_t size);
H A Dopenat2_test.c120 fd = raw_openat2(AT_FDCWD, ".", how_copy, test->size);

Completed in 127 milliseconds