Searched refs:getcwd (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/tools/perf/trace/strace/groups/ |
D | file | 6 getcwd
|
/linux-4.4.14/tools/perf/util/ |
D | abspath.c | 8 if (getcwd(cwd, PATH_MAX) == NULL) in get_pwd_cwd()
|
/linux-4.4.14/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-4.4.14/scripts/gdb/linux/ |
D | symbols.py | 157 self.module_paths.append(os.getcwd())
|
/linux-4.4.14/tools/testing/selftests/capabilities/ |
D | test_execve.c | 133 if (getcwd(cwd, sizeof(cwd)) != cwd) in chdir_to_tmpfs()
|
/linux-4.4.14/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-4.4.14/scripts/ |
D | docproc.c | 508 srctree = getcwd(NULL, 0); in main()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 188 ENTRY_SAME(getcwd) /* 110 */
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 255 output_dir_name = os.getcwd() + "/" + dbname + "-perf-data"
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 189 SYSCALL_SPU(getcwd)
|
/linux-4.4.14/Documentation/target/ |
D | tcm_mod_builder.py | 628 tcm_dir = os.getcwd();
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 107 COMPAT_SYSCALL_WRAP2(getcwd, char __user *, buf, unsigned long, size);
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 88 79 common getcwd sys_getcwd
|
D | syscall_32.tbl | 192 183 i386 getcwd sys_getcwd
|
/linux-4.4.14/Documentation/filesystems/ |
D | autofs4-mount-control.txt | 24 getcwd(2) and the proc file system /proc/<pid>/cwd, no longer works
|
/linux-4.4.14/fs/ |
D | dcache.c | 3240 SYSCALL_DEFINE2(getcwd, char __user *, buf, unsigned long, size) in SYSCALL_DEFINE2() argument
|