Home
last modified time | relevance | path

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

12

/linux/tools/perf/util/
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/
A Dfile6 getcwd
/linux/arch/um/drivers/
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/
A Dexec-cmd.c41 if (getcwd(cwd, PATH_MAX) == NULL) in get_pwd_cwd()
/linux/scripts/gdb/linux/
A Dsymbols.py170 self.module_paths.append(os.getcwd())
/linux/fs/
A Dd_path.c412 SYSCALL_DEFINE2(getcwd, char __user *, buf, unsigned long, size) in SYSCALL_DEFINE2() argument
/linux/tools/testing/selftests/capabilities/
A Dtest_execve.c142 if (getcwd(cwd, sizeof(cwd)) != cwd) in chdir_to_tmpfs()
/linux/scripts/
A Dspdxcheck.py240 repo = git.Repo(os.getcwd())
/linux/tools/testing/selftests/exec/
A Dexecveat.c162 char *cwd = getcwd(NULL, 0); in check_execveat_pathmax()
/linux/tools/power/x86/intel_pstate_tracer/
A Dintel_pstate_tracer.py526 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
/linux/Documentation/target/
A Dtcm_mod_builder.py604 tcm_dir = os.getcwd();
/linux/arch/mips/kernel/syscalls/
A Dsyscall_n64.tbl87 77 n64 getcwd sys_getcwd
A Dsyscall_n32.tbl87 77 n32 getcwd sys_getcwd
/linux/arch/ia64/kernel/syscalls/
A Dsyscall.tbl172 160 common getcwd sys_getcwd
/linux/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl87 77 n64 getcwd sys_getcwd
/linux/arch/xtensa/kernel/syscalls/
A Dsyscall.tbl54 43 common getcwd sys_getcwd
/linux/arch/x86/entry/syscalls/
A Dsyscall_64.tbl90 79 common getcwd sys_getcwd
/linux/tools/perf/scripts/python/
A Dexport-to-postgresql.py312 output_dir_name = os.getcwd() + "/" + dbname + "-perf-data"
/linux/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl90 79 common getcwd sys_getcwd
/linux/arch/sh/kernel/syscalls/
A Dsyscall.tbl193 183 common getcwd sys_getcwd
/linux/arch/m68k/kernel/syscalls/
A Dsyscall.tbl193 183 common getcwd sys_getcwd
/linux/arch/arm/tools/
A Dsyscall.tbl199 183 common getcwd sys_getcwd
/linux/arch/parisc/kernel/syscalls/
A Dsyscall.tbl125 110 common getcwd sys_getcwd
/linux/arch/microblaze/kernel/syscalls/
A Dsyscall.tbl193 183 common getcwd sys_getcwd
/linux/arch/sparc/kernel/syscalls/
A Dsyscall.tbl151 119 common getcwd sys_getcwd

Completed in 69 milliseconds

12