Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dabspath.c8 if (getcwd(cwd, PATH_MAX) == NULL) in get_pwd_cwd()
/linux-4.1.27/arch/um/drivers/
Dcow_user.c150 if (getcwd(save_cwd, sizeof(save_cwd)) == NULL) { in absolutize()
165 if (getcwd(to, size) == NULL) { in absolutize()
/linux-4.1.27/scripts/gdb/linux/
Dsymbols.py158 self.module_paths.append(os.getcwd())
/linux-4.1.27/arch/mips/kernel/
Dvpe.c749 static int getcwd(char *buff, int size) in getcwd() function
808 ret = getcwd(v->cwd, VPE_PATH_MAX); in vpe_open()
/linux-4.1.27/tools/perf/scripts/python/
Dexport-to-postgresql.py72 output_dir_name = os.getcwd() + "/" + dbname + "-perf-data"
/linux-4.1.27/scripts/
Ddocproc.c508 srctree = getcwd(NULL, 0); in main()
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S188 ENTRY_SAME(getcwd) /* 110 */
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h189 SYSCALL_SPU(getcwd)
/linux-4.1.27/arch/s390/kernel/
Dcompat_wrapper.c130 COMPAT_SYSCALL_WRAP2(getcwd, char __user *, buf, unsigned long, size);
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl88 79 common getcwd sys_getcwd
Dsyscall_32.tbl192 183 i386 getcwd sys_getcwd
/linux-4.1.27/Documentation/target/
Dtcm_mod_builder.py916 tcm_dir = os.getcwd();
/linux-4.1.27/Documentation/filesystems/
Dautofs4-mount-control.txt24 getcwd(2) and the proc file system /proc/<pid>/cwd, no longer works
/linux-4.1.27/fs/
Ddcache.c3238 SYSCALL_DEFINE2(getcwd, char __user *, buf, unsigned long, size) in SYSCALL_DEFINE2() argument