Home
last modified time | relevance | path

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

1234

/openbmc/qemu/tests/functional/qemu_test/
H A Darchive.py31 os.chdir(output_path)
41 os.chdir(cwd)
52 os.chdir(dest_dir)
61 os.chdir(cwd)
/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/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/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/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/layerindexlib/tests/
H A Dcommon.py28 os.chdir(self.origdir)
/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/openbmc/poky/bitbake/contrib/
H A Dbbparse-torture.py47 os.chdir(os.environ["BUILDDIR"])
/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/
H A Dos-posix.c189 if (chdir("/")) { in change_root()
290 if (chdir("/")) { in os_setup_post()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsigning.py54 os.chdir(newbuilddir)
60 os.chdir(builddir)
H A Dbbtests.py24 os.chdir(os.path.join(self.builddir, 'conf'))
31 os.chdir(os.path.dirname(os.environ['BUILDDIR']))
38 os.chdir("/tmp/")
/openbmc/u-boot/scripts/
H A Dfill_scrapyard.py103 os.chdir(toplevel)
H A Dmailmapper67 os.chdir(toplevel)
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dutilcmds.py198 os.chdir(b)
208 os.chdir(olddir)
/openbmc/openbmc/poky/bitbake/lib/bb/tests/support/
H A Dhttpserver.py16 os.chdir(root_dir)
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dbase.py171 os.chdir(builddir)
183 os.chdir(orig_cwd)
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dclient.py81 os.chdir(os.path.dirname(path))
87 os.chdir(cwd)
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dhttpserver.py17 os.chdir(root_dir)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libcdio/libcdio/
H A DDrop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch28 AC_CHECK_FUNCS( [chdir drand48 fseeko fseeko64 ftruncate geteuid getgid \
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py36 os.chdir(dir)
59 os.chdir(olddir)
815 os.chdir(self.patchset.dir)
822 os.chdir(olddir)
836 os.chdir(self.patchset.dir)
884 os.chdir(olddir)
/openbmc/qemu/tests/image-fuzzer/
H A Drunner.py211 os.chdir(self.current_dir)
272 os.chdir(self.init_path)
/openbmc/openbmc-test-automation/lib/
H A Dgen_misc.py101 def chdir(path, quiet=None): function
114 os.chdir(path)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py49 os.chdir(builddir)
140 os.chdir(newbuilddir)
306 os.chdir(builddir)

1234