Searched refs:mount_fd (Results 1 – 4 of 4) sorted by relevance
/external/strace/tests-mx32/ |
D | file_handle.c | 120 do_open_by_handle_at(kernel_ulong_t mount_fd, in do_open_by_handle_at() argument 126 printf("open_by_handle_at(%d, ", (int) mount_fd); in do_open_by_handle_at() 150 rc = syscall(__NR_open_by_handle_at, mount_fd, handle, flags); in do_open_by_handle_at()
|
/external/strace/tests/ |
D | file_handle.c | 120 do_open_by_handle_at(kernel_ulong_t mount_fd, in do_open_by_handle_at() argument 126 printf("open_by_handle_at(%d, ", (int) mount_fd); in do_open_by_handle_at() 150 rc = syscall(__NR_open_by_handle_at, mount_fd, handle, flags); in do_open_by_handle_at()
|
/external/strace/tests-m32/ |
D | file_handle.c | 120 do_open_by_handle_at(kernel_ulong_t mount_fd, in do_open_by_handle_at() argument 126 printf("open_by_handle_at(%d, ", (int) mount_fd); in do_open_by_handle_at() 150 rc = syscall(__NR_open_by_handle_at, mount_fd, handle, flags); in do_open_by_handle_at()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 7261 INTERCEPTOR(int, open_by_handle_at, int mount_fd, struct file_handle* handle, 7264 COMMON_INTERCEPTOR_ENTER(ctx, open_by_handle_at, mount_fd, handle, flags); 7277 return REAL(open_by_handle_at)(mount_fd, handle, flags);
|