/openbmc/qemu/tests/qemu-iotests/ |
H A D | findtests.py | 28 def chdir(path: Optional[str] = None) -> Iterator[None]: function 34 os.chdir(path) 38 os.chdir(saved_dir) 45 with chdir(test_dir):
|
/openbmc/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()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | tftp-0.49-chk_retcodes.patch | 14 - chdir("/"); /* Cygwin chroot() bug workaround */ 15 + if (chdir("/") < 0) { /* Cygwin chroot() bug workaround */
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | linuxkernel.py | 41 os.chdir(self.workdir) 46 os.chdir(cwd)
|
H A D | utils.py | 73 os.chdir(output_path) 77 os.chdir(cwd)
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | 0002-start-stop-daemon-fix-tests.patch | 47 testing "start-stop-daemon -x with --chdir on existing and check dir" \ 48 - 'output=$(start-stop-daemon -S --chdir /tmp -x pwd); echo $output' \ 50 + 'output=$(start-stop-daemon -S --chdir $TMP_DIR -x pwd); echo $output' \
|
/openbmc/qemu/tests/avocado/ |
H A D | boot_linux_console.py | 65 os.chdir(self.workdir) 69 os.chdir(cwd) 88 os.chdir(self.workdir) 90 os.chdir(cwd)
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ |
H A D | common_deb_ipk.py | 66 os.chdir(tmp_dir) 92 os.chdir(current_dir)
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | crate.py | 100 os.chdir(rootdir) 130 os.chdir(save_cwd)
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | parse.py | 39 os.chdir(self.origdir) 46 os.chdir(os.path.dirname(f.name)) 367 os.chdir(tempdir) 429 os.chdir(tempdir)
|
/openbmc/qemu/tests/functional/ |
H A D | test_ppc64_hv.py | 73 os.chdir(self.workdir) 81 os.chdir(cwd)
|
/openbmc/qemu/ |
H A D | os-posix.c | 189 if (chdir("/")) { in change_root() 290 if (chdir("/")) { in os_setup_post()
|
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
H A D | 0001-script.c-avoid-use-of-chroot.patch | 61 - if (chdir(changedir)) 62 - ohshite(_("failed to chdir to '%.255s'"), changedir);
|
/openbmc/linux/tools/power/x86/amd_pstate_tracer/ |
H A D | amd_pstate_trace.py | 307 os.chdir('results') 313 os.chdir(test_name) 354 os.chdir('../../')
|
/openbmc/linux/tools/arch/x86/intel_sdsi/ |
H A D | intel_sdsi.c | 223 ret = chdir(s->dev_path); in sdsi_update_registers() 359 ret = chdir(s->dev_path); in sdsi_meter_cert_show() 443 ret = chdir(s->dev_path); in sdsi_state_cert_show() 549 ret = chdir(s->dev_path); in sdsi_provision() 713 if (chdir(s->dev_path) == -1) { in sdsi_create_dev()
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/ |
H A D | common.py | 28 os.chdir(self.origdir)
|
/openbmc/linux/tools/perf/trace/strace/groups/ |
H A D | string | 4 chdir
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | signing.py | 54 os.chdir(newbuilddir) 60 os.chdir(builddir)
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | utilcmds.py | 198 os.chdir(b) 208 os.chdir(olddir)
|
/openbmc/openbmc/poky/bitbake/contrib/ |
H A D | bbparse-torture.py | 47 os.chdir(os.environ["BUILDDIR"])
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | base.py | 171 os.chdir(builddir) 183 os.chdir(orig_cwd)
|
/openbmc/u-boot/scripts/ |
H A D | fill_scrapyard.py | 103 os.chdir(toplevel)
|
H A D | mailmapper | 67 os.chdir(toplevel)
|
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
H A D | client.py | 81 os.chdir(os.path.dirname(path)) 87 os.chdir(cwd)
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/support/ |
H A D | httpserver.py | 16 os.chdir(root_dir)
|