Home
last modified time | relevance | path

Searched refs:script_path (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A Dide_none.py44 script_path = modified_recipe.gen_install_deploy_script(args)
45 logger.info("Created: %s" % script_path)
/openbmc/openbmc/poky/scripts/
H A Dyocto_testresults_query.py20 script_path = os.path.dirname(os.path.realpath(__file__)) variable
21 poky_path = os.path.abspath(os.path.join(script_path, ".."))
22 resulttool = os.path.abspath(os.path.join(script_path, "resulttool"))
H A Dresulttool38 script_path = os.path.dirname(os.path.realpath(__file__)) variable
39 lib_path = script_path + '/lib'
/openbmc/openbmc/meta-phosphor/classes/
H A Dphosphor-debug-collector.bbclass10 def install_dreport_user_script(dreport_conf, script_path, d):
26 script = os.path.basename(script_path)
27 file = open(script_path, "r")
/openbmc/openbmc-test-automation/lib/
H A Dffdc_cli_robot_script.py184 script_path = os.path.dirname(os.path.abspath(__file__))
185 config = script_path + "/../ffdc/ffdc_config.yaml"
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c3321 char *buf, *scripts_path, *script_path, *lang_path, *first_half; in list_available_scripts() local
3332 script_path = buf + MAXPATHLEN; in list_available_scripts()
3359 scnprintf(script_path, MAXPATHLEN, "%s/%s", in list_available_scripts()
3361 read_script_info(desc, script_path); in list_available_scripts()
3549 char script_path[MAXPATHLEN]; in get_script_path() local
3572 scnprintf(script_path, MAXPATHLEN, "%s/%s", in get_script_path()
3575 return strdup(script_path); in get_script_path()
3586 static bool is_top_script(const char *script_path) in is_top_script() argument
3588 return ends_with(script_path, "top") != NULL; in is_top_script()
3591 static int has_required_arg(char *script_path) in has_required_arg() argument
[all …]
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dreport.py162 script_path = os.path.dirname(os.path.realpath(__file__))
163 file_loader = FileSystemLoader(script_path + '/template')
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_intel_pt.sh285 script_path=$(realpath "$0")
286 script_dir=$(dirname "$script_path")