Home
last modified time | relevance | path

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

/openbmc/bmcweb/
H A Drun-ci5 SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
7 "$SCRIPT_DIR/scripts/parse_registries.py"
8 "$SCRIPT_DIR/scripts/update_schemas.py"
9 git --no-pager -C "$SCRIPT_DIR" diff --exit-code
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool.sh6 SCRIPT_DIR=$(dirname $(realpath $0))
9 BPFTOOL_INSTALL_PATH="$SCRIPT_DIR"/tools/sbin
10 export PATH=$SCRIPT_DIR:$BPFTOOL_INSTALL_PATH:$PATH
/openbmc/bmcweb/scripts/
H A Dupdate_schemas.py25 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__)) variable
40 os.path.join(SCRIPT_DIR, "..", "static", "redfish", "v1")
45 os.path.join(SCRIPT_DIR, "..", "redfish-core", "include")
50 SCRIPT_DIR, "..", "redfish-core", "schema", "dmtf", "csdl"
53 SCRIPT_DIR, "..", "redfish-core", "schema", "dmtf", "json-schema"
153 os.path.join(SCRIPT_DIR, "..", "static", "redfish", "v1", "schema")
H A Dgenerate_schema_enums.py8 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__)) variable
10 os.path.join(SCRIPT_DIR, "..", "redfish-core", "schema")
15 SCRIPT_DIR, "..", "redfish-core", "include", "generated", "enums"
H A Dreplace_logs.py32 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__)) variable
35 ["git", "-C", os.path.join(SCRIPT_DIR, ".."), "grep", "-l", "BMCWEB_LOG_"]
H A Dgenerate_schema_collections.py24 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__)) variable
27 SCRIPT_DIR, "..", "redfish-core", "include", "aggregation_utils.hpp"
41 os.path.join(SCRIPT_DIR, "..", "redfish-core", "schema")
H A Dparse_registries.py37 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__)) variable
40 os.path.join(SCRIPT_DIR, "..", "redfish-core", "include", "registries")
59 SCRIPT_DIR,
H A Dgenerate_auth_certificates.py19 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__)) variable
182 certsDir = os.path.join(SCRIPT_DIR, "certs")
/openbmc/openbmc/poky/scripts/
H A Drunqemu-gen-tapdevs63 SCRIPT_DIR=`dirname $0`
64 RUNQEMU_IFUP="$SCRIPT_DIR/runqemu-ifup"
66 echo "Error: Unable to find the runqemu-ifup script in $SCRIPT_DIR"
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu-gen-tapdevs63 SCRIPT_DIR=`dirname $0`
64 RUNQEMU_IFUP="$SCRIPT_DIR/runqemu-ifup"
66 echo "Error: Unable to find the runqemu-ifup script in $SCRIPT_DIR"
/openbmc/linux/tools/testing/selftests/hid/
H A Dvmtest.sh19 SCRIPT_DIR="$(dirname $(realpath $0))"
20 OUTPUT_DIR="$SCRIPT_DIR/results"
21 KCONFIG_REL_PATHS=("${SCRIPT_DIR}/config" "${SCRIPT_DIR}/config.common" "${SCRIPT_DIR}/config.${ARC…
29 TARGETS="${TARGETS:=$(basename ${SCRIPT_DIR})}"