Home
last modified time | relevance | path

Searched refs:script_dir (Results 1 – 24 of 24) sorted by relevance

/openbmc/openpower-occ-control/
H A Dsensor_gen.py10 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
19 default=script_dir,
26 yaml_dir = script_dir
39 template = os.path.join(script_dir, "occ_sensor.mako.hpp")
/openbmc/phosphor-debug-collector/
H A Dmap_gen.py49 with open(os.path.join(script_dir, args.input_dump_type_yaml), "r") as fd:
52 with open(os.path.join(script_dir, args.input_error_type_yaml), "r") as fd:
55 template = os.path.join(script_dir, args.template)
64 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
/openbmc/openpower-host-ipmi-oem/scripts/
H A Dinventory-sensor.py12 with open(os.path.join(script_dir, sensor_yaml), "r") as f:
20 filename=os.path.join(script_dir, "inventorysensor.mako.cpp")
60 if not (os.path.isfile(os.path.join(script_dir, args.sensor_yaml))):
68 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
/openbmc/openpower-vpd-parser/
H A Dwritefru.py24 with open(os.path.join(script_dir, args.inventory_yaml), "r") as fd:
28 template = os.path.join(script_dir, "writefru.mako.hpp")
35 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
H A Dextra-properties.py24 with open(os.path.join(script_dir, args.extra_props_yaml), "r") as fd:
28 template = os.path.join(script_dir, "extra-properties.mako.hpp")
35 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
/openbmc/phosphor-logging/callouts/
H A Dcallouts.py18 default=os.path.join(script_dir, "callouts-example.yaml"),
35 template = os.path.join(script_dir, "callouts-gen.mako.hpp")
42 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A D__init__.py53 self.script_dir = modified_recipe.ide_sdk_scripts_dir
54 self.gdbinit_dir = os.path.join(self.script_dir, 'gdbinit')
65 self.script_dir, gdbserver_script_file)
71 self.script_dir, 'gdb_' + self.id_pretty)
177 script_dir = os.path.dirname(script_file)
178 mkdirhier(script_dir)
/openbmc/ipmi-fru-parser/scripts/
H A Dextra-properties.py28 template = os.path.join(script_dir, "extra-properties.mako.cpp")
35 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
H A Dfru_gen.py19 t = Template(filename=os.path.join(script_dir, "writefru.mako.cpp"))
66 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
/openbmc/phosphor-settingsd/
H A Dsettings.py28 template = os.path.join(script_dir, "settings_manager.mako.hpp")
35 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
/openbmc/phosphor-led-manager/scripts/
H A Dparse_led.py149 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
165 default=script_dir,
179 yaml_dir = script_dir
/openbmc/openbmc/meta-phosphor/scripts/
H A Dgenerate-machine-list3 script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
4 obmc_dir=${script_dir}/../../
H A Drun-repotest4 script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
5 obmc_dir=${script_dir}/../../
/openbmc/phosphor-host-ipmid/scripts/
H A Dinventory-sensor.py20 filename=os.path.join(script_dir, "inventorysensor.mako.cpp")
68 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
H A Dsensor_gen.py19 t = Template(filename=os.path.join(script_dir, "writesensor.mako.cpp"))
66 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
H A Dfru_gen.py19 t = Template(filename=os.path.join(script_dir, "readfru.mako.cpp"))
64 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
/openbmc/phosphor-fan-presence/presence/
H A Dpfpgen.py340 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
355 default=os.path.join(script_dir, "example", "example.yaml"),
369 default=os.path.join(script_dir, "templates"),
/openbmc/linux/tools/testing/selftests/hid/
H A Dvmtest.sh186 local script_dir="$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)"
187 local kernel_checkout=$(realpath "${script_dir}"/../../../../)
/openbmc/openbmc/poky/scripts/contrib/
H A Dbuild-perf-test-wrapper.sh14 script_dir=$(realpath $(dirname $0))
218 …"$script_dir"/oe-build-perf-report-email.py --to "$email_to" --subject "Build Perf Test Report for…
/openbmc/phosphor-inventory-manager/
H A Dpimgen.py670 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
698 default=os.path.join(script_dir, "example"),
720 directories=[script_dir], disable_unicode=True
723 lookup = mako.lookup.TemplateLookup(directories=[script_dir])
/openbmc/linux/tools/testing/selftests/bpf/
H A Dvmtest.sh332 local script_dir="$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)"
333 local kernel_checkout=$(realpath "${script_dir}"/../../../../)
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_intel_pt.sh286 script_dir=$(dirname "$script_path")
287 jitdump_incl_dir="${script_dir}/../../util"
/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_collector.py19 script_dir = os.path.dirname(os.path.abspath(__file__)) variable
20 sys.path.append(script_dir)
22 for root, dirs, files in os.walk(script_dir):
/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py1291 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
1327 default=script_dir,
1334 default=os.path.join(script_dir, "example"),