Home
last modified time | relevance | path

Searched refs:cwd (Results 1 – 16 of 16) sorted by relevance

/u-boot/tools/buildman/
A Dbuilderthread.py103 def Make(self, commit, brd, stage, cwd, *args, **kwargs): argument
122 return self.builder.do_make(commit, brd, stage, cwd, *args,
215 cwd = work_dir
228 cwd = None
260 result = self.Make(commit, brd, 'mrproper', cwd,
263 result = self.Make(commit, brd, 'config', cwd,
270 result = self.Make(commit, brd, 'build', cwd, *args,
354 capture_stderr=True, cwd=result.out_dir,
364 capture_stderr=True, cwd=result.out_dir,
379 capture_stderr=True, cwd=result.out_dir,
[all …]
A Dfunc_test.py384 def _HandleMake(self, commit, brd, stage, cwd, *args, **kwargs): argument
407 fname = os.path.join(cwd or '', out_dir, 'u-boot')
A Dbuilder.py413 def Make(self, commit, brd, stage, cwd, *args, **kwargs): argument
426 cwd=cwd, raise_on_error=False, infile='/dev/null', **kwargs)
/u-boot/tools/patman/
A Dcommand.py52 raise_on_error=True, cwd=None, binary=False, **kwargs): argument
98 last_pipe = cros_subprocess.Popen(cmd, cwd=cwd, **kwargs)
A Dcros_subprocess.py57 shell=False, cwd=None, env=None, **kwargs): argument
84 stdout=stdout, stderr=stderr, shell=shell, cwd=cwd, env=env,
346 plist = Popen('pwd', shell=shell, cwd='/tmp').CommunicateFilter(oper.Output)
A Dgitutil.py245 result = command.RunPipe([pipe], capture=True, cwd=output_dir,
292 result = command.RunPipe([pipe], capture=True, cwd=output_dir,
/u-boot/test/py/
A Du_boot_spawn.py25 def __init__(self, args, cwd=None): argument
54 if cwd:
55 os.chdir(cwd)
A Du_boot_console_sandbox.py56 return Spawn(cmd, cwd=self.config.source_dir)
A Dmultiplexed_log.py112 def run(self, cmd, cwd=None, ignore_errors=False): argument
137 p = subprocess.Popen(cmd, cwd=cwd,
A Dconftest.py166 runner.run(cmd, cwd=source_dir)
/u-boot/doc/sphinx/
A Dkernel_feat.py94 cwd = path.dirname(doc.current_source)
114 lines = self.runCmd(cmd, shell=True, cwd=cwd, env=shell_env)
A Dkernel_abi.py92 cwd = path.dirname(doc.current_source)
112 lines = self.runCmd(cmd, shell=True, cwd=cwd, env=shell_env)
/u-boot/tools/
A Dmoveconfig.py1229 cwd=self.current_src_dir)
1250 cwd=self.current_src_dir)
1457 cwd=self.src_dir)
1572 cwd = os.getcwd()
1573 if cwd and fname.startswith(cwd):
1574 fname = fname[len(cwd) + 1:]
1765 cwd = os.getcwd()
1785 if cwd and fname.startswith(cwd):
1786 fname = fname[len(cwd) + 1:]
1797 if cwd and fname.startswith(cwd):
[all …]
A Dkwbimage.c969 char cwd[PATH_MAX]; in image_headersz_v1() local
970 char *dir = cwd; in image_headersz_v1()
972 memset(cwd, 0, sizeof(cwd)); in image_headersz_v1()
973 if (!getcwd(cwd, sizeof(cwd))) { in image_headersz_v1()
/u-boot/common/
A Dcli_hush.c296 static const char *cwd; variable
532 if(cwd==unknown) in set_cwd()
533 cwd = NULL; /* xgetcwd(arg) called free(arg) */ in set_cwd()
534 cwd = xgetcwd((char *)cwd); in set_cwd()
535 if (!cwd) in set_cwd()
536 cwd = unknown; in set_cwd()
537 return cwd; in set_cwd()
962 PS1=xmalloc(strlen(cwd)+4); in setup_prompt_string()
963 sprintf(PS1, "%s %s", cwd, ( geteuid() != 0 ) ? "$ ":"# "); in setup_prompt_string()
3488 if (cwd && cwd != unknown)
[all …]
/u-boot/scripts/kconfig/tests/
A Dconftest.py69 cwd=temp_dir,

Completed in 26 milliseconds