/kernel/linux/build/test/kernel_ltp/syscalls/getcwd/ |
D | BUILD.gn | 19 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/ |
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/build/test/kernel_ltp/syscalls/ |
D | BUILD.gn | 214 "getcwd:getcwd01", 215 "getcwd:getcwd02", 216 "getcwd:getcwd03", 217 "getcwd:getcwd04",
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | get_current_dir_name.c | 16 return getcwd(pwd, sizeof(pwd)) == NULL ? NULL : strdup(pwd); in get_current_dir_name()
|
/kernel/linux/linux-5.10/tools/perf/trace/strace/groups/ |
D | file | 6 getcwd
|
/kernel/liteos_a/testsuites/unittest/basic/dynload/smoke/ |
D | dynload_test_002.cpp | 47 handle = getcwd(curPath, sizeof(curPath)); in Testcase()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
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/ |
D | exec-cmd.c | 41 if (getcwd(cwd, PATH_MAX) == NULL) in get_pwd_cwd()
|
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
D | symbols.py | 168 self.module_paths.append(os.getcwd())
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/capabilities/ |
D | test_execve.c | 142 if (getcwd(cwd, sizeof(cwd)) != cwd) in chdir_to_tmpfs()
|
/kernel/linux/linux-5.10/fs/ |
D | d_path.c | 429 SYSCALL_DEFINE2(getcwd, char __user *, buf, unsigned long, size) in SYSCALL_DEFINE2() argument
|
/kernel/linux/linux-5.10/scripts/ |
D | spdxcheck.py | 240 repo = git.Repo(os.getcwd())
|
/kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
D | execveat.c | 162 char *cwd = getcwd(NULL, 0); in check_execveat_pathmax()
|
/kernel/linux/build/ |
D | kernel_build.py | 360 log_path = os.getcwd()
|
/kernel/linux/linux-5.10/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 526 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
|
/kernel/liteos_a/apps/shell/src/ |
D | shmsg.c | 475 if (getcwd(shellWorkingDirectory, PATH_MAX) != NULL) { in ParseAndExecCmdline()
|
/kernel/linux/linux-5.10/Documentation/target/ |
D | tcm_mod_builder.py | 604 tcm_dir = os.getcwd();
|
/kernel/linux/linux-5.10/arch/mips/kernel/syscalls/ |
D | syscall_n64.tbl | 87 77 n64 getcwd sys_getcwd
|
D | syscall_n32.tbl | 87 77 n32 getcwd sys_getcwd
|
/kernel/liteos_a/fs/vfs/operation/ |
D | vfs_other.c | 222 char *getcwd(char *buf, size_t n) in getcwd() function
|
/kernel/linux/linux-5.10/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 172 160 common getcwd sys_getcwd
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 312 output_dir_name = os.getcwd() + "/" + dbname + "-perf-data"
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 54 43 common getcwd sys_getcwd
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 90 79 common getcwd sys_getcwd
|