| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | engine.py | 66 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 D | ksparser.py | 108 scripts_path = os.path.abspath(os.path.dirname(__file__) + '../../..') 109 result = find_canned(scripts_path, arg)
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | recipetool | 16 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 17 lib_path = scripts_path + '/lib' 73 + [scripts_path]):
|
| H A D | oe-debuginfod | 8 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 9 lib_path = scripts_path + "/lib"
|
| H A D | wic | 30 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 D | oe-selftest | 24 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 25 lib_path = scripts_path + '/lib'
|
| H A D | oe-test | 15 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 16 lib_path = scripts_path + '/lib'
|
| H A D | oe-check-sstate | 18 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 19 lib_path = scripts_path + '/lib'
|
| H A D | oe-git-archive | 17 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 18 sys.path.append(os.path.join(scripts_path, 'lib'))
|
| H A D | buildhistory-diff | 86 scripts_path = os.path.abspath(os.path.dirname(os.path.abspath(sys.argv[0]))) 87 lib_path = scripts_path + '/lib'
|
| H A D | verify-bashisms | 83 scripts_path = os.path.dirname(os.path.realpath(__file__)) 84 lib_path = scripts_path + '/lib'
|
| H A D | install-buildtools | 48 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 D | oe-publish-sdk | 20 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 21 lib_path = scripts_path + '/lib'
|
| H A D | devtool | 25 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 D | bitbake-whatchanged | 19 scripts_path = os.path.abspath(os.path.dirname(os.path.abspath(sys.argv[0]))) variable 20 lib_path = scripts_path + '/lib'
|
| H A D | yocto-check-layer | 19 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 20 lib_path = scripts_path + '/lib'
|
| H A D | buildstats-diff | 19 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 20 sys.path.append(os.path.join(scripts_path, 'lib'))
|
| H A D | oe-pkgdata-browser | 5 scripts_path = os.path.dirname(os.path.realpath(__file__)) variable 6 lib_path = scripts_path + '/lib'
|
| H A D | test-remote-image | 26 scripts_path = os.path.abspath(os.path.dirname(os.path.abspath(sys.argv[0]))) variable 27 lib_path = scripts_path + '/lib'
|
| H A D | oe-build-perf-report | 21 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 D | verify-homepage.py | 16 scripts_path = os.path.abspath(os.path.dirname(os.path.realpath(__file__)) + '/..') variable 17 lib_path = scripts_path + '/lib'
|
| H A D | list-packageconfig-flags.py | 17 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 D | bbvars.py | 15 scripts_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 16 lib_path = scripts_path + '/lib'
|
| H A D | image-manifest | 21 scripts_path = os.path.dirname(__file__) variable 22 lib_path = scripts_path + '/../lib'
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-script.c | 2831 #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 …]
|