Searched refs:raw_openat2 (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/openat2/ |
A D | helpers.c | 22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_openat2() function 30 return raw_openat2(dfd, path, how, sizeof(*how)); in sys_openat2()
|
A D | helpers.h | 94 int raw_openat2(int dfd, const char *path, void *how, size_t size);
|
A D | openat2_test.c | 120 fd = raw_openat2(AT_FDCWD, ".", how_copy, test->size); in test_openat2_struct()
|
Completed in 7 milliseconds