Searched refs:getcwd (Results 1 – 25 of 33) sorted by relevance
12
/linux/tools/perf/util/ |
A D | get_current_dir_name.c | 16 return getcwd(pwd, sizeof(pwd)) == NULL ? NULL : strdup(pwd); in get_current_dir_name()
|
/linux/tools/perf/trace/strace/groups/ |
A D | file | 6 getcwd
|
/linux/arch/um/drivers/ |
A D | cow_user.c | 151 if (getcwd(save_cwd, sizeof(save_cwd)) == NULL) { in absolutize() 166 if (getcwd(to, size) == NULL) { in absolutize()
|
/linux/tools/lib/subcmd/ |
A D | exec-cmd.c | 41 if (getcwd(cwd, PATH_MAX) == NULL) in get_pwd_cwd()
|
/linux/scripts/gdb/linux/ |
A D | symbols.py | 170 self.module_paths.append(os.getcwd())
|
/linux/fs/ |
A D | d_path.c | 412 SYSCALL_DEFINE2(getcwd, char __user *, buf, unsigned long, size) in SYSCALL_DEFINE2() argument
|
/linux/tools/testing/selftests/capabilities/ |
A D | test_execve.c | 142 if (getcwd(cwd, sizeof(cwd)) != cwd) in chdir_to_tmpfs()
|
/linux/scripts/ |
A D | spdxcheck.py | 240 repo = git.Repo(os.getcwd())
|
/linux/tools/testing/selftests/exec/ |
A D | execveat.c | 162 char *cwd = getcwd(NULL, 0); in check_execveat_pathmax()
|
/linux/tools/power/x86/intel_pstate_tracer/ |
A D | intel_pstate_tracer.py | 526 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
|
/linux/Documentation/target/ |
A D | tcm_mod_builder.py | 604 tcm_dir = os.getcwd();
|
/linux/arch/mips/kernel/syscalls/ |
A D | syscall_n64.tbl | 87 77 n64 getcwd sys_getcwd
|
A D | syscall_n32.tbl | 87 77 n32 getcwd sys_getcwd
|
/linux/arch/ia64/kernel/syscalls/ |
A D | syscall.tbl | 172 160 common getcwd sys_getcwd
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
A D | syscall_n64.tbl | 87 77 n64 getcwd sys_getcwd
|
/linux/arch/xtensa/kernel/syscalls/ |
A D | syscall.tbl | 54 43 common getcwd sys_getcwd
|
/linux/arch/x86/entry/syscalls/ |
A D | syscall_64.tbl | 90 79 common getcwd sys_getcwd
|
/linux/tools/perf/scripts/python/ |
A D | export-to-postgresql.py | 312 output_dir_name = os.getcwd() + "/" + dbname + "-perf-data"
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
A D | syscall_64.tbl | 90 79 common getcwd sys_getcwd
|
/linux/arch/sh/kernel/syscalls/ |
A D | syscall.tbl | 193 183 common getcwd sys_getcwd
|
/linux/arch/m68k/kernel/syscalls/ |
A D | syscall.tbl | 193 183 common getcwd sys_getcwd
|
/linux/arch/arm/tools/ |
A D | syscall.tbl | 199 183 common getcwd sys_getcwd
|
/linux/arch/parisc/kernel/syscalls/ |
A D | syscall.tbl | 125 110 common getcwd sys_getcwd
|
/linux/arch/microblaze/kernel/syscalls/ |
A D | syscall.tbl | 193 183 common getcwd sys_getcwd
|
/linux/arch/sparc/kernel/syscalls/ |
A D | syscall.tbl | 151 119 common getcwd sys_getcwd
|
Completed in 69 milliseconds
12