Home
last modified time | relevance | path

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

/external/strace/tests-mx32/
Dfile_handle.c120 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/
Dfile_handle.c120 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/
Dfile_handle.c120 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/
Dsanitizer_common_interceptors.inc7261 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);