/openbmc/openpower-occ-control/ |
H A D | sensor_gen.py | 10 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 D | map_gen.py | 49 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 D | inventory-sensor.py | 12 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 D | writefru.py | 24 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 D | extra-properties.py | 24 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 D | callouts.py | 18 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__.py | 53 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 D | extra-properties.py | 28 template = os.path.join(script_dir, "extra-properties.mako.cpp") 35 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
|
H A D | fru_gen.py | 19 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 D | settings.py | 28 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 D | parse_led.py | 149 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 D | generate-machine-list | 3 script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" 4 obmc_dir=${script_dir}/../../
|
H A D | run-repotest | 4 script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" 5 obmc_dir=${script_dir}/../../
|
/openbmc/phosphor-host-ipmid/scripts/ |
H A D | inventory-sensor.py | 20 filename=os.path.join(script_dir, "inventorysensor.mako.cpp") 68 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
|
H A D | sensor_gen.py | 19 t = Template(filename=os.path.join(script_dir, "writesensor.mako.cpp")) 66 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
|
H A D | fru_gen.py | 19 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 D | pfpgen.py | 340 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 D | vmtest.sh | 186 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 D | build-perf-test-wrapper.sh | 14 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 D | pimgen.py | 670 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 D | vmtest.sh | 332 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 D | test_intel_pt.sh | 286 script_dir=$(dirname "$script_path") 287 jitdump_incl_dir="${script_dir}/../../util"
|
/openbmc/openbmc-test-automation/ffdc/ |
H A D | ffdc_collector.py | 19 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 D | pdmgen.py | 1291 script_dir = os.path.dirname(os.path.realpath(__file__)) variable 1327 default=script_dir, 1334 default=os.path.join(script_dir, "example"),
|