Home
last modified time | relevance | path

Searched refs:chdir (Results 1 – 25 of 140) sorted by relevance

123456

/openbmc/qemu/tests/qemu-iotests/
H A Dfindtests.py28 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 Dbpf_obj_pinning.c142 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 Dtftp-0.49-chk_retcodes.patch14 - chdir("/"); /* Cygwin chroot() bug workaround */
15 + if (chdir("/") < 0) { /* Cygwin chroot() bug workaround */
/openbmc/qemu/tests/functional/qemu_test/
H A Dlinuxkernel.py41 os.chdir(self.workdir)
46 os.chdir(cwd)
H A Dutils.py73 os.chdir(output_path)
77 os.chdir(cwd)
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0002-start-stop-daemon-fix-tests.patch47 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 Dboot_linux_console.py65 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 Dcommon_deb_ipk.py66 os.chdir(tmp_dir)
92 os.chdir(current_dir)
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dcrate.py100 os.chdir(rootdir)
130 os.chdir(save_cwd)
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dparse.py39 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 Dtest_ppc64_hv.py73 os.chdir(self.workdir)
81 os.chdir(cwd)
/openbmc/qemu/
H A Dos-posix.c189 if (chdir("/")) { in change_root()
290 if (chdir("/")) { in os_setup_post()
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0001-script.c-avoid-use-of-chroot.patch61 - if (chdir(changedir))
62 - ohshite(_("failed to chdir to '%.255s'"), changedir);
/openbmc/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py307 os.chdir('results')
313 os.chdir(test_name)
354 os.chdir('../../')
/openbmc/linux/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c223 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 Dcommon.py28 os.chdir(self.origdir)
/openbmc/linux/tools/perf/trace/strace/groups/
H A Dstring4 chdir
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsigning.py54 os.chdir(newbuilddir)
60 os.chdir(builddir)
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dutilcmds.py198 os.chdir(b)
208 os.chdir(olddir)
/openbmc/openbmc/poky/bitbake/contrib/
H A Dbbparse-torture.py47 os.chdir(os.environ["BUILDDIR"])
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dbase.py171 os.chdir(builddir)
183 os.chdir(orig_cwd)
/openbmc/u-boot/scripts/
H A Dfill_scrapyard.py103 os.chdir(toplevel)
H A Dmailmapper67 os.chdir(toplevel)
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dclient.py81 os.chdir(os.path.dirname(path))
87 os.chdir(cwd)
/openbmc/openbmc/poky/bitbake/lib/bb/tests/support/
H A Dhttpserver.py16 os.chdir(root_dir)

123456