/openbmc/openbmc/poky/scripts/tiny/ |
H A D | ksum.py | 65 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 D | common.py | 16 self.origdir = os.getcwd() 19 self.d.setVar('DL_DIR', os.getcwd())
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | crate.py | 99 save_cwd = os.getcwd() 126 bb.note("Unpacking %s to %s/" % (thefile, os.getcwd()))
|
/openbmc/linux/tools/perf/util/ |
H A D | get_current_dir_name.c | 16 return getcwd(pwd, sizeof(pwd)) == NULL ? NULL : strdup(pwd); in get_current_dir_name()
|
/openbmc/linux/tools/perf/trace/strace/groups/ |
H A D | file | 6 getcwd
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | config.py | 28 return Path(os.getcwd())
|
H A D | linuxkernel.py | 40 cwd = os.getcwd()
|
H A D | utils.py | 72 cwd = os.getcwd()
|
/openbmc/u-boot/tools/patman/ |
H A D | checkpatch.py | 16 os.getcwd(), 17 os.path.join(os.getcwd(), '..', '..'),
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | check-patch.py | 18 cwd = os.getcwd()
|
H A D | check-dco.py | 18 cwd = os.getcwd()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_obj_pinning.c | 141 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 D | configure-add-enable-pam.patch | 8 AC_CHECK_FUNCS(getcwd mktime strftime setreuid setresuid sigaction waitpid)
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-debuginfod | 35 fdir = os.path.join(os.getcwd(), 'oedid-files')
|
H A D | combo-layer | 175 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 D | decorators.py | 43 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 D | generate_inventory | 30 base_dir_path = os.getcwd() + repo_subdir_path
|
H A D | prop_call.py | 45 default=os.environ.get("PROP_DIR_PATH", os.getcwd()),
|
/openbmc/openbmc/poky/meta/recipes-core/musl/gcompat/ |
H A D | 0001-Add-fcntl64-wrapper.patch | 26 #include <unistd.h> /* confstr, getcwd, getgroups, ... */
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | check-test-wrapper | 69 … wrapped = " ".join(["'{0}'".format(i.replace("'", r"'\''")) for i in ["cd", os.getcwd()]]) + "; "
|
/openbmc/linux/arch/um/drivers/ |
H A D | cow_user.c | 151 if (getcwd(save_cwd, sizeof(save_cwd)) == NULL) { in absolutize() 166 if (getcwd(to, size) == NULL) { in absolutize()
|
/openbmc/qemu/tests/avocado/ |
H A D | boot_linux_console.py | 64 cwd = os.getcwd() 87 cwd = os.getcwd()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | findtests.py | 33 saved_dir = os.getcwd()
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ |
H A D | common_deb_ipk.py | 65 current_dir = os.getcwd()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
H A D | 0008-Do-not-embed-build-directory-in-binaries.patch | 80 - cv::String cwd = utils::fs::getcwd(); 106 + cv::String try_source_dir = utils::fs::getcwd();
|