Home
last modified time | relevance | path

Searched refs:getcwd (Results 1 - 25 of 30) sorted by relevance

12

/kernel/uniproton/build/uniproton_ci_lib/
H A Dlogs.py36 def run(self, cmd, cwd=os.getcwd(), env=None):
49 formatter = (logcode_format.init_format(os.getcwd().split('/')[-1]))
/kernel/linux/linux-5.10/tools/perf/util/
H A Dget_current_dir_name.c16 return getcwd(pwd, sizeof(pwd)) == NULL ? NULL : strdup(pwd); in get_current_dir_name()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dget_current_dir_name.c16 return getcwd(pwd, sizeof(pwd)) == NULL ? NULL : strdup(pwd); in get_current_dir_name()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_pinning.c141 ASSERT_OK_PTR(getcwd(old_cwd, sizeof(old_cwd)), "getcwd"); in validate_pin()
206 ASSERT_OK_PTR(getcwd(old_cwd, sizeof(old_cwd)), "getcwd"); in validate_get()
/kernel/liteos_a/testsuites/unittest/basic/dynload/smoke/
H A Ddynload_test_002.cpp47 handle = getcwd(curPath, sizeof(curPath)); in Testcase()
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dcow_user.c151 if (getcwd(save_cwd, sizeof(save_cwd)) == NULL) { in absolutize()
166 if (getcwd(to, size) == NULL) { in absolutize()
/kernel/linux/linux-6.6/arch/um/drivers/
H A 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/
H A Dexec-cmd.c41 if (getcwd(cwd, PATH_MAX) == NULL) in get_pwd_cwd()
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dexec-cmd.c43 if (getcwd(buf, sz) == NULL) in get_pwd_cwd()
/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dsymbols.py168 self.module_paths.append(os.getcwd())
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dsymbols.py173 self.module_paths.append(os.getcwd())
/kernel/linux/linux-5.10/tools/testing/selftests/capabilities/
H A Dtest_execve.c142 if (getcwd(cwd, sizeof(cwd)) != cwd) in chdir_to_tmpfs()
143 ksft_exit_fail_msg("getcwd - %s\n", strerror(errno)); in chdir_to_tmpfs()
/kernel/linux/linux-5.10/scripts/
H A Dspdxcheck.py240 repo = git.Repo(os.getcwd())
/kernel/linux/linux-5.10/fs/
H A Dd_path.c418 * char *getcwd(char * buf, size_t size)
429 SYSCALL_DEFINE2(getcwd, char __user *, buf, unsigned long, size) in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/fs/
H A Dd_path.c401 * char *getcwd(char * buf, size_t size)
412 SYSCALL_DEFINE2(getcwd, char __user *, buf, unsigned long, size) in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py278 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
/kernel/linux/linux-6.6/tools/testing/selftests/capabilities/
H A Dtest_execve.c142 if (getcwd(cwd, sizeof(cwd)) != cwd) in chdir_to_tmpfs()
143 ksft_exit_fail_msg("getcwd - %s\n", strerror(errno)); in chdir_to_tmpfs()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dvpe.c749 static int getcwd(char *buff, int size) in getcwd() function
808 ret = getcwd(v->cwd, VPE_PATH_MAX); in vpe_open()
810 pr_warn("VPE loader: open, getcwd returned %d\n", ret); in vpe_open()
/kernel/linux/build/
H A Dkernel_build.py362 log_path = os.getcwd()
/kernel/linux/linux-5.10/Documentation/target/
H A Dtcm_mod_builder.py604 tcm_dir = os.getcwd();
/kernel/linux/linux-5.10/tools/testing/selftests/exec/
H A Dexecveat.c162 char *cwd = getcwd(NULL, 0); in check_execveat_pathmax()
165 printf("Failed to getcwd(), errno=%d (%s)\n", in check_execveat_pathmax()
/kernel/linux/linux-5.10/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py526 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
/kernel/linux/linux-6.6/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py524 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
/kernel/linux/linux-6.6/tools/testing/selftests/exec/
H A Dexecveat.c162 char *cwd = getcwd(NULL, 0); in check_execveat_pathmax()
165 printf("Failed to getcwd(), errno=%d (%s)\n", in check_execveat_pathmax()
/kernel/liteos_a/apps/shell/src/
H A Dshmsg.c475 if (getcwd(shellWorkingDirectory, PATH_MAX) != NULL) { in ParseAndExecCmdline()

Completed in 15 milliseconds

12