Home
last modified time | relevance | path

Searched refs:getcwd (Results 1 – 25 of 157) sorted by relevance

1234567

/openbmc/openbmc/poky/scripts/tiny/
H A Dksum.py65 print("Collecting object files recursively from %s..." % os.getcwd())
66 for dirpath, dirs, files in os.walk(os.getcwd()):
83 print("%s" % filename[len(os.getcwd()) + 1:])
99 print("%s" % vmlinux_file[len(os.getcwd()) + 1:])
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/
H A Dcommon.py16 self.origdir = os.getcwd()
19 self.d.setVar('DL_DIR', os.getcwd())
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dcrate.py99 save_cwd = os.getcwd()
126 bb.note("Unpacking %s to %s/" % (thefile, os.getcwd()))
/openbmc/linux/tools/perf/util/
H A Dget_current_dir_name.c16 return getcwd(pwd, sizeof(pwd)) == NULL ? NULL : strdup(pwd); in get_current_dir_name()
/openbmc/linux/tools/perf/trace/strace/groups/
H A Dfile6 getcwd
/openbmc/qemu/tests/functional/qemu_test/
H A Dconfig.py28 return Path(os.getcwd())
H A Dlinuxkernel.py40 cwd = os.getcwd()
H A Dutils.py72 cwd = os.getcwd()
/openbmc/u-boot/tools/patman/
H A Dcheckpatch.py16 os.getcwd(),
17 os.path.join(os.getcwd(), '..', '..'),
/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-patch.py18 cwd = os.getcwd()
H A Dcheck-dco.py18 cwd = os.getcwd()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_pinning.c141 ASSERT_OK_PTR(getcwd(old_cwd, sizeof(old_cwd)), "getcwd"); in validate_pin()
206 ASSERT_OK_PTR(getcwd(old_cwd, sizeof(old_cwd)), "getcwd"); in validate_get()
/openbmc/openbmc/poky/meta/recipes-extended/at/at/
H A Dconfigure-add-enable-pam.patch8 AC_CHECK_FUNCS(getcwd mktime strftime setreuid setresuid sigaction waitpid)
/openbmc/openbmc/poky/scripts/
H A Doe-debuginfod35 fdir = os.path.join(os.getcwd(), 'oedid-files')
H A Dcombo-layer175 logger.debug("run cmd '%s' in %s" % (cmd, os.getcwd() if destdir is None else destdir))
264 extract_dir = os.path.join(os.getcwd(), dest_dir)
268 extract_dir = os.getcwd()
641 check_repo_clean(os.getcwd())
683 repo_patch_dir = os.path.join(os.getcwd(), patch_dir, name)
731 patchlist_file = os.path.join(os.getcwd(), patch_dir, "patchlist-%s" % name)
953 wdir = os.path.join(os.getcwd(), ".git", "combo-layer")
962 wenv["GIT_OBJECT_DIRECTORY"] = os.path.join(os.getcwd(), ".git", "objects")
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddecorators.py43 logfile = os.path.join(os.getcwd(),'results-'+caller+'.'+timestamp+'.log')
44 linkfile = os.path.join(os.getcwd(),'results-'+caller+'.log')
/openbmc/openbmc-test-automation/bin/
H A Dgenerate_inventory30 base_dir_path = os.getcwd() + repo_subdir_path
H A Dprop_call.py45 default=os.environ.get("PROP_DIR_PATH", os.getcwd()),
/openbmc/openbmc/poky/meta/recipes-core/musl/gcompat/
H A D0001-Add-fcntl64-wrapper.patch26 #include <unistd.h> /* confstr, getcwd, getgroups, ... */
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A Dcheck-test-wrapper69 … wrapped = " ".join(["'{0}'".format(i.replace("'", r"'\''")) for i in ["cd", os.getcwd()]]) + "; "
/openbmc/linux/arch/um/drivers/
H A Dcow_user.c151 if (getcwd(save_cwd, sizeof(save_cwd)) == NULL) { in absolutize()
166 if (getcwd(to, size) == NULL) { in absolutize()
/openbmc/qemu/tests/avocado/
H A Dboot_linux_console.py64 cwd = os.getcwd()
87 cwd = os.getcwd()
/openbmc/qemu/tests/qemu-iotests/
H A Dfindtests.py33 saved_dir = os.getcwd()
/openbmc/openbmc/poky/meta/lib/oe/package_manager/
H A Dcommon_deb_ipk.py65 current_dir = os.getcwd()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0008-Do-not-embed-build-directory-in-binaries.patch80 - cv::String cwd = utils::fs::getcwd();
106 + cv::String try_source_dir = utils::fs::getcwd();

1234567