Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/testing/
H A Drun-tests38 script_path = os.path.realpath(__file__)
39 test_dir = os.path.dirname(script_path)
46 nose2.discover(argv=[script_path,
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dresulttool35 script_path = os.path.dirname(os.path.realpath(__file__)) variable
36 lib_path = script_path + '/lib'
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-script.c2987 char script_path[MAXPATHLEN]; in list_available_scripts() local
3015 scnprintf(script_path, MAXPATHLEN, "%s/%s", in list_available_scripts()
3017 read_script_info(desc, script_path); in list_available_scripts()
3176 char script_path[MAXPATHLEN]; in get_script_path() local
3199 scnprintf(script_path, MAXPATHLEN, "%s/%s", in get_script_path()
3202 return strdup(script_path); in get_script_path()
3213 static bool is_top_script(const char *script_path) in is_top_script() argument
3215 return ends_with(script_path, "top") == NULL ? false : true; in is_top_script()
3218 static int has_required_arg(char *script_path) in has_required_arg() argument
3226 if (read_script_info(desc, script_path)) in has_required_arg()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/
H A Dreport.py162 script_path = os.path.dirname(os.path.realpath(__file__))
163 file_loader = FileSystemLoader(script_path + '/template')