/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_obj_pinning.c | 142 ASSERT_OK(chdir("/sys/fs/bpf"), "chdir"); in validate_pin() 162 ASSERT_OK(chdir(old_cwd), "restore_cwd"); in validate_pin() 207 ASSERT_OK(chdir("/sys/fs/bpf"), "chdir"); in validate_get() 227 ASSERT_OK(chdir(old_cwd), "restore_cwd"); in validate_get()
|
/linux/tools/power/x86/amd_pstate_tracer/ |
H A D | amd_pstate_trace.py | 306 os.chdir('results') 312 os.chdir(test_name) 353 os.chdir('../../')
|
/linux/tools/arch/x86/intel_sdsi/ |
H A D | intel_sdsi.c | 225 ret = chdir(s->dev_path); in sdsi_update_registers() 362 ret = chdir(s->dev_path); in sdsi_meter_cert_show() 447 ret = chdir(s->dev_path); in sdsi_state_cert_show() 551 ret = chdir(s->dev_path); in sdsi_provision() 715 if (chdir(s->dev_path) == -1) { in sdsi_create_dev()
|
/linux/tools/perf/trace/strace/groups/ |
H A D | string | 4 chdir
|
/linux/tools/power/x86/intel_pstate_tracer/ |
H A D | intel_pstate_tracer.py | 554 os.chdir('results') 561 os.chdir(testname) 613 os.chdir('../../')
|
/linux/arch/um/drivers/ |
H A D | cow_user.c | 159 if (chdir(from)) { in absolutize() 189 if (chdir(save_cwd)) { in absolutize()
|
/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | fork.c | 276 if (chdir(dirname) == -1) { in main()
|
/linux/tools/lib/subcmd/ |
H A D | run-command.c | 112 if (cmd->dir && chdir(cmd->dir)) in start_command()
|
/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-daemon.c | 199 ret = chdir(rundir);
|
/linux/tools/mm/ |
H A D | slabinfo.c | 1221 if (chdir("/sys/kernel/slab") && chdir("/sys/slab")) in read_slab_dir() 1245 if (chdir(de->d_name)) in read_slab_dir() 1300 if (chdir("..")) in read_slab_dir()
|
/linux/tools/thermal/tmon/ |
H A D | tmon.c | 360 if ((chdir("/")) < 0) in start_daemon_mode()
|
/linux/scripts/ |
H A D | checktransupdate.py | 264 os.chdir(linux_path)
|
H A D | syscall.tbl | 67 49 common chdir sys_chdir
|
/linux/tools/perf/util/ |
H A D | namespaces.c | 330 WARN_ON_ONCE(chdir(nc->oldcwd)); in nsinfo__mountns_exit()
|
/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 1033 CASE_TEST(chdir_root); EXPECT_SYSZR(1, chdir("/")); chdir(getenv("PWD")); break; in run_syscall() 1034 CASE_TEST(chdir_dot); EXPECT_SYSZR(1, chdir(".")); break; in run_syscall() 1035 CASE_TEST(chdir_blah); EXPECT_SYSER(1, chdir("/blah"), -1, ENOENT); break; in run_syscall()
|
/linux/tools/testing/selftests/capabilities/ |
H A D | test_execve.c | 140 if (chdir(cwd) != 0) in chdir_to_tmpfs()
|
/linux/tools/perf/ |
H A D | builtin-daemon.c | 350 if (chdir(session->base)) { in daemon_session__run() 1200 if (chdir(daemon->base)) { in go_background()
|
/linux/tools/testing/selftests/filesystems/statmount/ |
H A D | statmount_test.c | 180 ret = chdir("/"); in setup_namespace()
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 88 78 n64 chdir sys_chdir
|
/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 88 78 n64 chdir sys_chdir
|
/linux/tools/testing/kunit/ |
H A D | kunit.py | 579 os.chdir(get_kernel_root_path())
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 92 80 common chdir sys_chdir
|
/linux/arch/xtensa/kernel/syscalls/ |
H A D | syscall.tbl | 52 41 common chdir sys_chdir
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 92 80 common chdir sys_chdir
|
/linux/arch/m68k/kernel/syscalls/ |
H A D | syscall.tbl | 22 12 common chdir sys_chdir
|