Searched refs:getcwd (Results 1 – 25 of 38) sorted by relevance
12
/linux-6.12.1/tools/perf/util/ |
D | get_current_dir_name.c | 16 return getcwd(pwd, sizeof(pwd)) == NULL ? NULL : strdup(pwd); in get_current_dir_name()
|
/linux-6.12.1/tools/perf/trace/strace/groups/ |
D | file | 6 getcwd
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_obj_pinning.c | 141 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/ |
D | cow_user.c | 151 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/ |
D | exec-cmd.c | 43 if (getcwd(buf, sz) == NULL) in get_pwd_cwd()
|
/linux-6.12.1/scripts/gdb/linux/ |
D | symbols.py | 173 self.module_paths.append(os.getcwd())
|
/linux-6.12.1/fs/ |
D | d_path.c | 412 SYSCALL_DEFINE2(getcwd, char __user *, buf, unsigned long, size) in SYSCALL_DEFINE2() argument
|
/linux-6.12.1/tools/testing/selftests/capabilities/ |
D | test_execve.c | 133 if (getcwd(cwd, sizeof(cwd)) != cwd) in chdir_to_tmpfs()
|
/linux-6.12.1/tools/power/x86/amd_pstate_tracer/ |
D | amd_pstate_trace.py | 277 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
|
/linux-6.12.1/tools/testing/selftests/exec/ |
D | execveat.c | 176 char *cwd = getcwd(NULL, 0); in check_execveat_pathmax()
|
/linux-6.12.1/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 524 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
|
/linux-6.12.1/scripts/ |
D | spdxcheck.py | 346 repo = git.Repo(os.getcwd())
|
D | syscall.tbl | 29 17 common getcwd sys_getcwd
|
/linux-6.12.1/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 87 77 n64 getcwd sys_getcwd
|
/linux-6.12.1/arch/mips/kernel/syscalls/ |
D | syscall_n64.tbl | 87 77 n64 getcwd sys_getcwd
|
D | syscall_n32.tbl | 87 77 n32 getcwd sys_getcwd
|
/linux-6.12.1/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 91 79 common getcwd sys_getcwd
|
/linux-6.12.1/arch/arm64/tools/ |
D | syscall_64.tbl | 29 17 common getcwd sys_getcwd
|
/linux-6.12.1/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 312 output_dir_name = os.getcwd() + "/" + dbname + "-perf-data"
|
/linux-6.12.1/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 91 79 common getcwd sys_getcwd
|
/linux-6.12.1/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 54 43 common getcwd sys_getcwd
|
/linux-6.12.1/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 125 110 common getcwd sys_getcwd
|
/linux-6.12.1/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 193 183 common getcwd sys_getcwd
|
/linux-6.12.1/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 193 183 common getcwd sys_getcwd
|
/linux-6.12.1/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 193 183 common getcwd sys_getcwd
|
12