/kernel/uniproton/build/uniproton_ci_lib/ |
H A D | logs.py | 36 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 D | get_current_dir_name.c | 16 return getcwd(pwd, sizeof(pwd)) == NULL ? NULL : strdup(pwd); in get_current_dir_name()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | get_current_dir_name.c | 16 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 D | bpf_obj_pinning.c | 141 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 D | dynload_test_002.cpp | 47 handle = getcwd(curPath, sizeof(curPath)); in Testcase()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | cow_user.c | 151 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 D | cow_user.c | 151 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 D | exec-cmd.c | 41 if (getcwd(cwd, PATH_MAX) == NULL) in get_pwd_cwd()
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | exec-cmd.c | 43 if (getcwd(buf, sz) == NULL) in get_pwd_cwd()
|
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | symbols.py | 168 self.module_paths.append(os.getcwd())
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | symbols.py | 173 self.module_paths.append(os.getcwd())
|
/kernel/linux/linux-5.10/tools/testing/selftests/capabilities/ |
H A D | test_execve.c | 142 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 D | spdxcheck.py | 240 repo = git.Repo(os.getcwd())
|
/kernel/linux/linux-5.10/fs/ |
H A D | d_path.c | 418 * 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 D | d_path.c | 401 * 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 D | amd_pstate_trace.py | 278 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
|
/kernel/linux/linux-6.6/tools/testing/selftests/capabilities/ |
H A D | test_execve.c | 142 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 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() 810 pr_warn("VPE loader: open, getcwd returned %d\n", ret); in vpe_open()
|
/kernel/linux/build/ |
H A D | kernel_build.py | 362 log_path = os.getcwd()
|
/kernel/linux/linux-5.10/Documentation/target/ |
H A D | tcm_mod_builder.py | 604 tcm_dir = os.getcwd();
|
/kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
H A D | execveat.c | 162 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 D | intel_pstate_tracer.py | 526 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 D | intel_pstate_tracer.py | 524 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
|
/kernel/linux/linux-6.6/tools/testing/selftests/exec/ |
H A D | execveat.c | 162 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 D | shmsg.c | 475 if (getcwd(shellWorkingDirectory, PATH_MAX) != NULL) { in ParseAndExecCmdline()
|