Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dget_current_dir_name.c16 return getcwd(pwd, sizeof(pwd)) == NULL ? NULL : strdup(pwd); in get_current_dir_name()
/linux/tools/perf/trace/strace/groups/
H A Dfile6 getcwd
/linux/tools/testing/selftests/bpf/prog_tests/
H A 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/arch/um/drivers/
H A Dcow_user.c151 if (getcwd(save_cwd, sizeof(save_cwd)) == NULL) { in absolutize()
166 if (getcwd(to, size) == NULL) { in absolutize()
/linux/tools/lib/subcmd/
H A Dexec-cmd.c43 if (getcwd(buf, sz) == NULL) in get_pwd_cwd()
/linux/scripts/gdb/linux/
H A Dsymbols.py173 self.module_paths.append(os.getcwd())
/linux/fs/
H A Dd_path.c412 SYSCALL_DEFINE2(getcwd, char __user *, buf, unsigned long, size) in SYSCALL_DEFINE2() argument
/linux/tools/testing/selftests/capabilities/
H A Dtest_execve.c133 if (getcwd(cwd, sizeof(cwd)) != cwd) in chdir_to_tmpfs()
/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py277 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
/linux/tools/testing/selftests/exec/
H A Dexecveat.c178 char *cwd = getcwd(NULL, 0); in check_execveat_pathmax()
/linux/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py524 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
/linux/scripts/
H A Dspdxcheck.py352 repo = git.Repo(os.getcwd())
H A Dsyscall.tbl29 17 common getcwd sys_getcwd
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl87 77 n64 getcwd sys_getcwd
/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py312 output_dir_name = os.getcwd() + "/" + dbname + "-perf-data"
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl91 79 common getcwd sys_getcwd
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl91 79 common getcwd sys_getcwd
H A Dsyscall_32.tbl198 183 i386 getcwd sys_getcwd
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl238 182 common getcwd sys_getcwd
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl174 183 common getcwd sys_getcwd sys_getcwd
/linux/Documentation/filesystems/
H A Dautofs-mount-control.rst26 getcwd(2) and the proc file system /proc/<pid>/cwd, no longer works