Home
last modified time | relevance | path

Searched refs:getcwd (Results 1 – 25 of 38) sorted by relevance

12

/linux-6.12.1/tools/perf/util/
Dget_current_dir_name.c16 return getcwd(pwd, sizeof(pwd)) == NULL ? NULL : strdup(pwd); in get_current_dir_name()
/linux-6.12.1/tools/perf/trace/strace/groups/
Dfile6 getcwd
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dbpf_obj_pinning.c141 ASSERT_OK_PTR(getcwd(old_cwd, sizeof(old_cwd)), "getcwd"); in validate_pin()
206 ASSERT_OK_PTR(getcwd(old_cwd, sizeof(old_cwd)), "getcwd"); in validate_get()
/linux-6.12.1/arch/um/drivers/
Dcow_user.c151 if (getcwd(save_cwd, sizeof(save_cwd)) == NULL) { in absolutize()
166 if (getcwd(to, size) == NULL) { in absolutize()
/linux-6.12.1/tools/lib/subcmd/
Dexec-cmd.c43 if (getcwd(buf, sz) == NULL) in get_pwd_cwd()
/linux-6.12.1/scripts/gdb/linux/
Dsymbols.py173 self.module_paths.append(os.getcwd())
/linux-6.12.1/fs/
Dd_path.c412 SYSCALL_DEFINE2(getcwd, char __user *, buf, unsigned long, size) in SYSCALL_DEFINE2() argument
/linux-6.12.1/tools/testing/selftests/capabilities/
Dtest_execve.c133 if (getcwd(cwd, sizeof(cwd)) != cwd) in chdir_to_tmpfs()
/linux-6.12.1/tools/power/x86/amd_pstate_tracer/
Damd_pstate_trace.py277 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
/linux-6.12.1/tools/testing/selftests/exec/
Dexecveat.c176 char *cwd = getcwd(NULL, 0); in check_execveat_pathmax()
/linux-6.12.1/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py524 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
/linux-6.12.1/scripts/
Dspdxcheck.py346 repo = git.Repo(os.getcwd())
Dsyscall.tbl29 17 common getcwd sys_getcwd
/linux-6.12.1/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl87 77 n64 getcwd sys_getcwd
/linux-6.12.1/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl87 77 n64 getcwd sys_getcwd
Dsyscall_n32.tbl87 77 n32 getcwd sys_getcwd
/linux-6.12.1/arch/x86/entry/syscalls/
Dsyscall_64.tbl91 79 common getcwd sys_getcwd
/linux-6.12.1/arch/arm64/tools/
Dsyscall_64.tbl29 17 common getcwd sys_getcwd
/linux-6.12.1/tools/perf/scripts/python/
Dexport-to-postgresql.py312 output_dir_name = os.getcwd() + "/" + dbname + "-perf-data"
/linux-6.12.1/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl91 79 common getcwd sys_getcwd
/linux-6.12.1/arch/xtensa/kernel/syscalls/
Dsyscall.tbl54 43 common getcwd sys_getcwd
/linux-6.12.1/arch/parisc/kernel/syscalls/
Dsyscall.tbl125 110 common getcwd sys_getcwd
/linux-6.12.1/arch/microblaze/kernel/syscalls/
Dsyscall.tbl193 183 common getcwd sys_getcwd
/linux-6.12.1/arch/m68k/kernel/syscalls/
Dsyscall.tbl193 183 common getcwd sys_getcwd
/linux-6.12.1/arch/sh/kernel/syscalls/
Dsyscall.tbl193 183 common getcwd sys_getcwd

12