Home
last modified time | relevance | path

Searched refs:toolpath (Results 1 – 25 of 892) sorted by relevance

12345678910>>...36

/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/
H A Dproc.posix.cpp109 static void debugPrintDryRun( char const *const toolpath in debugPrintDryRun() argument
124 std::cerr << toolpath; in debugPrintDryRun()
130 std::cerr << "would exec '" << toolpath << "' as:\n"; in debugPrintDryRun()
162 static void exec [[noreturn]] ( char const *const toolpath in exec() argument
172 debugPrintDryRun(toolpath, toolname, argv); in exec()
173 execve(toolpath, argv); in exec()
188 execve(toolpath, argv); in exec_really()
265 exec(toolpath, toolname, argv); in run_child()
274 run_child(toolpath, toolname, argv, env); in run_child_and_wait()
302 exec_really(toolpath, toolname, argv); in run_child_and_get_stdout()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/tools/binman/
H A Dmain.py42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
73 toolpath,
79 def RunTestCoverage(toolpath): argument
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
H A Dbinman42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath):
73 toolpath,
79 def RunTestCoverage(toolpath):
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/tools/binman/
H A Dmain.py42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
73 toolpath,
79 def RunTestCoverage(toolpath): argument
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
H A Dbinman42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath):
73 toolpath,
79 def RunTestCoverage(toolpath):
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/tools/binman/
H A Dbinman42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath):
73 toolpath,
79 def RunTestCoverage(toolpath):
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
H A Dmain.py42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
73 toolpath,
79 def RunTestCoverage(toolpath): argument
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/tools/binman/
H A Dmain.py42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
73 toolpath,
79 def RunTestCoverage(toolpath): argument
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/tools/binman/
H A Dbinman42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath):
73 toolpath,
79 def RunTestCoverage(toolpath):
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
H A Dmain.py42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
73 toolpath,
79 def RunTestCoverage(toolpath): argument
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/tools/binman/
H A Dmain.py42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
73 toolpath,
79 def RunTestCoverage(toolpath): argument
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/tools/binman/
H A Dbinman42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath):
73 toolpath,
79 def RunTestCoverage(toolpath):
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/tools/binman/
H A Dbinman42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath):
73 toolpath,
79 def RunTestCoverage(toolpath):
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
H A Dmain.py42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
73 toolpath,
79 def RunTestCoverage(toolpath): argument
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/tools/binman/
H A Dbinman42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath):
73 toolpath,
79 def RunTestCoverage(toolpath):
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
H A Dmain.py42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
73 toolpath,
79 def RunTestCoverage(toolpath): argument
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
/dports/sysutils/u-boot-sopine/u-boot-2021.07/tools/binman/
H A Dbinman42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath):
73 toolpath,
79 def RunTestCoverage(toolpath):
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/tools/binman/
H A Dbinman42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath):
73 toolpath,
79 def RunTestCoverage(toolpath):
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
H A Dmain.py42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
73 toolpath,
79 def RunTestCoverage(toolpath): argument
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
/dports/sysutils/u-boot-rpi/u-boot-2021.07/tools/binman/
H A Dmain.py42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
73 toolpath,
79 def RunTestCoverage(toolpath): argument
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
H A Dbinman42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath):
73 toolpath,
79 def RunTestCoverage(toolpath):
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/tools/binman/
H A Dmain.py42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
73 toolpath,
79 def RunTestCoverage(toolpath): argument
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
H A Dbinman42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath):
73 toolpath,
79 def RunTestCoverage(toolpath):
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/tools/binman/
H A Dbinman42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath):
73 toolpath,
79 def RunTestCoverage(toolpath):
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)
H A Dmain.py42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
73 toolpath,
79 def RunTestCoverage(toolpath): argument
85 if toolpath:
86 for path in toolpath:
105 if not args.toolpath:
106 args.toolpath = ['./tools', 'build-sandbox/tools']
110 RunTestCoverage(args.toolpath)
114 args.toolpath)

12345678910>>...36