Searched refs:getcwd (Results 1 – 22 of 22) sorted by relevance
/Linux-v4.19/tools/perf/trace/strace/groups/ |
D | file | 6 getcwd
|
/Linux-v4.19/arch/um/drivers/ |
D | cow_user.c | 150 if (getcwd(save_cwd, sizeof(save_cwd)) == NULL) { in absolutize() 165 if (getcwd(to, size) == NULL) { in absolutize()
|
/Linux-v4.19/tools/lib/subcmd/ |
D | exec-cmd.c | 41 if (getcwd(cwd, PATH_MAX) == NULL) in get_pwd_cwd()
|
/Linux-v4.19/scripts/gdb/linux/ |
D | symbols.py | 157 self.module_paths.append(os.getcwd())
|
/Linux-v4.19/arch/mips/kernel/ |
D | vpe.c | 749 static int getcwd(char *buff, int size) in getcwd() function 808 ret = getcwd(v->cwd, VPE_PATH_MAX); in vpe_open()
|
/Linux-v4.19/tools/testing/selftests/capabilities/ |
D | test_execve.c | 142 if (getcwd(cwd, sizeof(cwd)) != cwd) in chdir_to_tmpfs()
|
/Linux-v4.19/fs/ |
D | d_path.c | 424 SYSCALL_DEFINE2(getcwd, char __user *, buf, unsigned long, size) in SYSCALL_DEFINE2() argument
|
/Linux-v4.19/scripts/ |
D | spdxcheck.py | 230 repo = git.Repo(os.getcwd())
|
/Linux-v4.19/tools/testing/selftests/exec/ |
D | execveat.c | 161 char *cwd = getcwd(NULL, 0); in check_execveat_pathmax()
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 268 output_dir_name = os.getcwd() + "/" + dbname + "-perf-data"
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | systbl.h | 190 SYSCALL_SPU(getcwd)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 188 ENTRY_SAME(getcwd) /* 110 */
|
/Linux-v4.19/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 528 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
|
/Linux-v4.19/Documentation/target/ |
D | tcm_mod_builder.py | 612 tcm_dir = os.getcwd();
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 108 COMPAT_SYSCALL_WRAP2(getcwd, char __user *, buf, unsigned long, size);
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 90 79 common getcwd __x64_sys_getcwd
|
D | syscall_32.tbl | 197 183 i386 getcwd sys_getcwd __ia32_sys_getcwd
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 90 79 common getcwd __x64_sys_getcwd
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 199 183 common getcwd sys_getcwd
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 174 183 common getcwd sys_getcwd compat_sys_getcwd
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 174 183 common getcwd sys_getcwd compat_sys_getcwd
|
/Linux-v4.19/Documentation/filesystems/ |
D | autofs-mount-control.txt | 24 getcwd(2) and the proc file system /proc/<pid>/cwd, no longer works
|