Home
last modified time | relevance | path

Searched defs:cwd (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-patch.py18 cwd = os.getcwd() variable
H A Dcheck-dco.py18 cwd = os.getcwd() variable
/openbmc/qemu/util/
H A Dpath.c26 char *cwd = g_get_current_dir(); in init_paths() local
/openbmc/qemu/target/i386/
H A Dxsave_helper.c17 uint16_t cwd, swd, twd; in x86_cpu_xsave_all_areas() local
154 uint16_t cwd, swd, twd; in x86_cpu_xrstor_all_areas() local
/openbmc/u-boot/test/py/
H A Du_boot_spawn.py25 def __init__(self, args, cwd=None): argument
H A Dmultiplexed_log.py111 def run(self, cmd, cwd=None, ignore_errors=False): argument
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgit.py35 def _run_git_cmd_at(git_args, cwd, **kwargs): argument
/openbmc/u-boot/tools/patman/
H A Dcommand.py44 raise_on_error=True, cwd=None, **kwargs): argument
H A Dcros_subprocess.py57 shell=False, cwd=None, env=None, **kwargs): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py41 def _shellcmd(self, command, cwd=None, nowait=False,env=None): argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcopy_buildsystem.py284 def check_sstate_task_list(d, targets, filteroutfile, cmdprefix='', cwd=None, logfile=None): argument
/openbmc/u-boot/tools/buildman/
H A Dbuilderthread.py94 def Make(self, commit, brd, stage, cwd, *args, **kwargs): argument
H A Dfunc_test.py379 def _HandleMake(self, commit, brd, stage, cwd, *args, **kwargs): argument
H A Dbuilder.py399 def Make(self, commit, brd, stage, cwd, *args, **kwargs): argument
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py464 def git(self, cmd, cwd=None): argument
473 def git_init(self, cwd=None): argument
1786 def assertRefs(self, expected_refs, cwd=None): argument
1795 def assertRevCount(self, expected_count, args=None, cwd=None): argument
1804 def add_empty_file(self, path, cwd=None, msg=None): argument
2349 def commit(self, *, cwd=None): argument
2354 def commit_file(self, filename, content, *, cwd=None): argument
/openbmc/openbmc/poky/scripts/lib/checklayer/
H A D__init__.py277 def check_command(error_msg, cmd, cwd=None): argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dbuild.py280 def exec_func_python(func, d, runfile, cwd=None): argument
425 def exec_func_shell(func, d, runfile, cwd=None): argument
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py29 def _run(cmd, cwd=''): argument
/openbmc/qemu/tests/unit/
H A Dtest-qga.c56 g_autofree char *cwd = NULL; in fixture_setup() local
719 g_autofree char *cwd = NULL; in test_qga_config() local
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_go.py575 def __go_run_cmd(self, cmd, cwd, d): argument
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py2923 def runCmdEnv(cmd, cwd): argument
/openbmc/qemu/linux-user/i386/
H A Dsignal.c39 uint32_t cwd; member
/openbmc/u-boot/tools/
H A Dkwbimage.c969 char cwd[PATH_MAX]; in image_headersz_v1() local
/openbmc/u-boot/common/
H A Dcli_hush.c297 static const char *cwd; variable