Home
last modified time | relevance | path

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

12

/kernel/linux/build/test/kernel_ltp/syscalls/getcwd/
DBUILD.gn19 sources = [ "//third_party/ltp/testcases/kernel/syscalls/getcwd/getcwd01.c" ]
24 sources = [ "//third_party/ltp/testcases/kernel/syscalls/getcwd/getcwd02.c" ]
29 sources = [ "//third_party/ltp/testcases/kernel/syscalls/getcwd/getcwd03.c" ]
34 sources = [ "//third_party/ltp/testcases/kernel/syscalls/getcwd/getcwd04.c" ]
/kernel/uniproton/build/uniproton_ci_lib/
Dlogs.py36 def run(self, cmd, cwd=os.getcwd(), env=None):
49 formatter = (logcode_format.init_format(os.getcwd().split('/')[-1]))
/kernel/linux/build/test/kernel_ltp/syscalls/
DBUILD.gn214 "getcwd:getcwd01",
215 "getcwd:getcwd02",
216 "getcwd:getcwd03",
217 "getcwd:getcwd04",
/kernel/linux/linux-5.10/tools/perf/util/
Dget_current_dir_name.c16 return getcwd(pwd, sizeof(pwd)) == NULL ? NULL : strdup(pwd); in get_current_dir_name()
/kernel/linux/linux-5.10/tools/perf/trace/strace/groups/
Dfile6 getcwd
/kernel/liteos_a/testsuites/unittest/basic/dynload/smoke/
Ddynload_test_002.cpp47 handle = getcwd(curPath, sizeof(curPath)); in Testcase()
/kernel/linux/linux-5.10/arch/um/drivers/
Dcow_user.c151 if (getcwd(save_cwd, sizeof(save_cwd)) == NULL) { in absolutize()
166 if (getcwd(to, size) == NULL) { in absolutize()
/kernel/linux/linux-5.10/tools/lib/subcmd/
Dexec-cmd.c41 if (getcwd(cwd, PATH_MAX) == NULL) in get_pwd_cwd()
/kernel/linux/linux-5.10/scripts/gdb/linux/
Dsymbols.py168 self.module_paths.append(os.getcwd())
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/tools/testing/selftests/capabilities/
Dtest_execve.c142 if (getcwd(cwd, sizeof(cwd)) != cwd) in chdir_to_tmpfs()
/kernel/linux/linux-5.10/fs/
Dd_path.c429 SYSCALL_DEFINE2(getcwd, char __user *, buf, unsigned long, size) in SYSCALL_DEFINE2() argument
/kernel/linux/linux-5.10/scripts/
Dspdxcheck.py240 repo = git.Repo(os.getcwd())
/kernel/linux/linux-5.10/tools/testing/selftests/exec/
Dexecveat.c162 char *cwd = getcwd(NULL, 0); in check_execveat_pathmax()
/kernel/linux/build/
Dkernel_build.py360 log_path = os.getcwd()
/kernel/linux/linux-5.10/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py526 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
/kernel/liteos_a/apps/shell/src/
Dshmsg.c475 if (getcwd(shellWorkingDirectory, PATH_MAX) != NULL) { in ParseAndExecCmdline()
/kernel/linux/linux-5.10/Documentation/target/
Dtcm_mod_builder.py604 tcm_dir = os.getcwd();
/kernel/linux/linux-5.10/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl87 77 n64 getcwd sys_getcwd
Dsyscall_n32.tbl87 77 n32 getcwd sys_getcwd
/kernel/liteos_a/fs/vfs/operation/
Dvfs_other.c222 char *getcwd(char *buf, size_t n) in getcwd() function
/kernel/linux/linux-5.10/arch/ia64/kernel/syscalls/
Dsyscall.tbl172 160 common getcwd sys_getcwd
/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dexport-to-postgresql.py312 output_dir_name = os.getcwd() + "/" + dbname + "-perf-data"
/kernel/linux/linux-5.10/arch/xtensa/kernel/syscalls/
Dsyscall.tbl54 43 common getcwd sys_getcwd
/kernel/linux/linux-5.10/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl90 79 common getcwd sys_getcwd

12