Home
last modified time | relevance | path

Searched refs:scripts_path (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dengine.py66 def find_canned_image(scripts_path, wks_file): argument
72 layers_canned_wks_dir = build_canned_image_list(scripts_path)
86 def list_canned_images(scripts_path): argument
90 layers_canned_wks_dir = build_canned_image_list(scripts_path)
110 def list_canned_image_help(scripts_path, fullpath): argument
195 def wic_list(args, scripts_path): argument
204 list_canned_images(scripts_path)
211 fullpath = find_canned_image(scripts_path, wks_file)
218 list_canned_image_help(scripts_path, fullpath)
598 def find_canned(scripts_path, file_name): argument
[all …]
H A Dksparser.py108 scripts_path = os.path.abspath(os.path.dirname(__file__) + '../../..')
109 result = find_canned(scripts_path, arg)
/OK3568_Linux_fs/yocto/poky/scripts/
H A Drecipetool16 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
17 lib_path = scripts_path + '/lib'
73 + [scripts_path]):
H A Doe-debuginfod8 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
9 lib_path = scripts_path + "/lib"
H A Dwic30 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
31 lib_path = scripts_path + '/lib'
37 sdkroot = scripts_path
45 sdkroot = os.path.join(os.path.dirname(scripts_path), 'bitbake', 'bin')
176 wks_file = engine.find_canned_image(scripts_path, wks_file)
231 if not engine.wic_list(args, scripts_path):
H A Doe-selftest24 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
25 lib_path = scripts_path + '/lib'
H A Doe-test15 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
16 lib_path = scripts_path + '/lib'
H A Doe-check-sstate18 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
19 lib_path = scripts_path + '/lib'
H A Doe-git-archive17 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
18 sys.path.append(os.path.join(scripts_path, 'lib'))
H A Dbuildhistory-diff86 scripts_path = os.path.abspath(os.path.dirname(os.path.abspath(sys.argv[0])))
87 lib_path = scripts_path + '/lib'
H A Dverify-bashisms83 scripts_path = os.path.dirname(os.path.realpath(__file__))
84 lib_path = scripts_path + '/lib'
H A Dinstall-buildtools48 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
49 lib_path = scripts_path + '/lib'
58 DEFAULT_INSTALL_DIR = os.path.join(os.path.split(scripts_path)[0],'buildtools')
H A Doe-publish-sdk20 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
21 lib_path = scripts_path + '/lib'
H A Ddevtool25 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
26 lib_path = scripts_path + '/lib'
292 for path in global_args.bbpath.split(':') + [scripts_path]:
H A Dbitbake-whatchanged19 scripts_path = os.path.abspath(os.path.dirname(os.path.abspath(sys.argv[0]))) variable
20 lib_path = scripts_path + '/lib'
H A Dyocto-check-layer19 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
20 lib_path = scripts_path + '/lib'
H A Dbuildstats-diff19 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
20 sys.path.append(os.path.join(scripts_path, 'lib'))
H A Doe-pkgdata-browser5 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
6 lib_path = scripts_path + '/lib'
H A Dtest-remote-image26 scripts_path = os.path.abspath(os.path.dirname(os.path.abspath(sys.argv[0]))) variable
27 lib_path = scripts_path + '/lib'
H A Doe-build-perf-report21 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable
22 sys.path.append(os.path.join(scripts_path, 'lib'))
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dverify-homepage.py16 scripts_path = os.path.abspath(os.path.dirname(os.path.realpath(__file__)) + '/..') variable
17 lib_path = scripts_path + '/lib'
H A Dlist-packageconfig-flags.py17 scripts_path = os.path.abspath(os.path.dirname(os.path.abspath(sys.argv[0]))) variable
18 lib_path = os.path.abspath(scripts_path + '/../lib')
H A Dbbvars.py15 scripts_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
16 lib_path = scripts_path + '/lib'
H A Dimage-manifest21 scripts_path = os.path.dirname(__file__) variable
22 lib_path = scripts_path + '/../lib'
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-script.c2831 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \ argument
2835 is_directory(scripts_path, lang_dirent))) && \
2985 char scripts_path[MAXPATHLEN]; in list_available_scripts() local
2993 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in list_available_scripts()
2995 scripts_dir = opendir(scripts_path); in list_available_scripts()
3000 scripts_path); in list_available_scripts()
3004 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()
3005 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
3106 char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN]; in find_scripts() local
3120 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in find_scripts()
[all …]

12