Home
last modified time | relevance | path

Searched refs:source_path (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/
H A Dconfigure14 source_path=$(cd "$(dirname -- "$0")"; pwd)
16 if test "$PWD" = "$source_path"
59 exec "$source_path/configure" "$@"
596 . "$source_path/scripts/meson-buildoptions.sh"
627 --version|-V) exec cat "$source_path/VERSION"
769 if ! test -e "$source_path/.git"
780 if test -e "$source_path/.git"; then
978 ${source_path}/pythondeps.toml docs;
1538 if [ -e "$source_path/$f" ]; then
1539 symlink "$source_path/$f" "$f"
[all …]
/openbmc/openbmc-test-automation/bin/
H A Dgenerate_testsuite_info.py93 valid_path(source_path)
100 def parse_test_suites(source_path, option): argument
109 if os.path.isfile(source_path):
110 file_paths = [source_path]
114 for (path, dirs, files) in os.walk(source_path)
161 parse_test_suites(source_path, option)
/openbmc/openbmc/meta-openpower/recipes-phosphor/dump/
H A Dphosphor-debug-collector_%.bbappend10 source_path = os.path.join(source, "tools", "dreport.d", "openpower.d", "plugins.d")
11 op_plugins = os.listdir(source_path)
13 op_plugin_name = os.path.join(source_path, op_plugin)
/openbmc/openbmc/meta-ibm/recipes-phosphor/dump/
H A Dphosphor-debug-collector_%.bbappend22 source_path = os.path.join(source, "tools", "dreport.d", "ibm.d", "plugins.d")
23 op_plugins = os.listdir(source_path)
25 op_plugin_name = os.path.join(source_path, op_plugin)
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A Dfixedmeson.patch8 $mkvenv ensuregroup --dir "${source_path}/python/wheels" \
9 ${source_path}/pythondeps.toml meson || exit 1
H A Dno-pip.patch33 -python="$($python -B "${source_path}/python/scripts/mkvenv.py" create pyvenv)"
41 mkvenv="$python ${source_path}/python/scripts/mkvenv.py"
/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/
H A Dphosphor-debug-collector_git.bb133 source_path = os.path.join(source, "tools", "dreport.d", "plugins.d")
134 scripts = os.listdir(source_path)
136 srcname = os.path.join(source_path, script)
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py95 source_path = []
99 source_path.append(pgpath)
100 if len(source_path) == 0:
104 elif len(source_path) > 1:
106 print('at {}'.format(source_path[0]))
107 pgdir = source_path[0]
/openbmc/u-boot/Documentation/sphinx/
H A Dkernel_include.py105 include_file = io.FileInput(source_path=path,
/openbmc/linux/Documentation/sphinx/
H A Dkernel_include.py107 include_file = io.FileInput(source_path=path,
/openbmc/qemu/tests/vm/
H A Dbasevm.py100 self._source_path = args.source_path