Home
last modified time | relevance | path

Searched refs:faccessat (Results 1 – 21 of 21) sorted by relevance

/tools/include/nolibc/
A Dunistd.h40 int faccessat(int fd, const char *path, int amode, int flag) in faccessat() function
48 return faccessat(AT_FDCWD, path, amode, 0); in access()
/tools/perf/trace/strace/groups/
A Dfile5 faccessat
A Dstring12 faccessat
/tools/perf/tests/
A Dtests-scripts.c129 if (faccessat(dir_fd, path, R_OK | X_OK, 0) == 0) /* Is executable */ in is_shell_script()
/tools/lib/bpf/
A Dlibbpf_probes.c38 if (faccessat(AT_FDCWD, ubuntu_kver_file, R_OK, AT_EACCESS) != 0) in get_ubuntu_kernel_version()
A Dusdt.c287 man->has_sema_refcnt = faccessat(AT_FDCWD, ref_ctr_sysfs_path, F_OK, AT_EACCESS) == 0; in usdt_manager_new()
A Dbtf.c5380 if (faccessat(AT_FDCWD, sysfs_btf_path, F_OK, AT_EACCESS) < 0) { in btf__load_vmlinux_btf()
5403 if (faccessat(AT_FDCWD, path, R_OK, AT_EACCESS)) in btf__load_vmlinux_btf()
A Dlibbpf.c11127 has_debugfs = faccessat(AT_FDCWD, DEBUGFS, F_OK, AT_EACCESS) == 0; in use_debugfs()
12099 if (faccessat(AT_FDCWD, result, perm, AT_EACCESS) < 0) in resolve_full_path()
/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl270 259 n64 faccessat sys_faccessat
/tools/scripts/
A Dsyscall.tbl66 48 common faccessat sys_faccessat
/tools/perf/arch/parisc/entry/syscalls/
A Dsyscall.tbl325 287 common faccessat sys_faccessat
/tools/perf/arch/sh/entry/syscalls/
A Dsyscall.tbl317 307 common faccessat sys_faccessat
/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl281 269 common faccessat sys_faccessat
A Dsyscall_32.tbl322 307 i386 faccessat sys_faccessat
/tools/perf/arch/xtensa/entry/syscalls/
A Dsyscall.tbl324 301 common faccessat sys_faccessat
/tools/perf/arch/alpha/entry/syscalls/
A Dsyscall.tbl393 462 common faccessat sys_faccessat
/tools/perf/arch/arm/entry/syscalls/
A Dsyscall.tbl352 334 common faccessat sys_faccessat
/tools/perf/arch/arm64/entry/syscalls/
A Dsyscall_32.tbl349 334 common faccessat sys_faccessat
/tools/perf/arch/sparc/entry/syscalls/
A Dsyscall.tbl360 296 common faccessat sys_faccessat
/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl389 298 common faccessat sys_faccessat
/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl310 300 common faccessat sys_faccessat sys_faccessat

Completed in 48 milliseconds