/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | 0001-memcheck-vgtests-remove-fullpath-after-flags.patch | 4 Subject: [PATCH] memcheck vgtests remove fullpath-after flags 10 Remove the --fullpath-after option so yocto project doesn't 28 -vgopts: -q --fullpath-after=memcheck/ --fullpath-after=coregrind/ 37 -vgopts: --fullpath-after=memcheck/ --fullpath-after=coregrind/ --read-var-info=yes --read-inline-…
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | engine.py | 81 fullpath = os.path.join(canned_wks_dir, fname) 82 return fullpath 98 fullpath = os.path.join(canned_wks_dir, fname) 99 with open(fullpath) as wks: 110 def list_canned_image_help(scripts_path, fullpath): argument 115 with open(fullpath) as wks: 211 fullpath = find_canned_image(scripts_path, wks_file) 212 if not fullpath: 218 list_canned_image_help(scripts_path, fullpath) 612 fullpath = os.path.join(canned_wks_dir, fname) [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sstatesig.py | 373 def get_time(fullpath): argument 374 return os.stat(fullpath).st_mtime 392 for fullpath in glob.glob(filespec): 396 if fullpath.endswith('.%s' % taskhash): 397 … hashfiles[taskhash] = {'path':fullpath, 'sstate':False, 'time':get_time(fullpath)} 402 hashval = get_hashval(fullpath) 403 hashfiles[hashval] = {'path':fullpath, 'sstate':False, 'time':get_time(fullpath)} 430 for fullpath in matchedfiles: 431 actual_hashval = get_hashval(fullpath) 434 … hashfiles[actual_hashval] = {'path':fullpath, 'sstate':True, 'time':get_time(fullpath)}
|
H A D | qa.py | 216 def check_upstream_status(fullpath): argument 222 with open(fullpath, encoding='utf-8', errors='ignore') as f: 229 … Upstream-Status in patch\n%s\nPlease correct according to %s :\n%s" % (fullpath, guidelines, matc… 231 …eturn "Missing Upstream-Status in patch\n%s\nPlease add according to %s ." % (fullpath, guidelines)
|
H A D | patch.py | 173 fullpath = os.path.abspath(os.path.join(srcdir, addedfile)) 175 fullpath = addedfile 176 filelist.append((fullpath, mode))
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_stack.h | 70 if (bprm->fullpath) { in setup_initial_stack() 71 execpath_len = strlen(bprm->fullpath) + 1; in setup_initial_stack() 73 if (memcpy_to_target(p, bprm->fullpath, execpath_len)) { in setup_initial_stack()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/ |
H A D | projecttags.py | 273 def cut_path_prefix(fullpath, prefixes): argument 276 if fullpath.startswith(prefix): 277 return relpath(fullpath, prefix) 278 return fullpath
|
/openbmc/qemu/bsd-user/ |
H A D | bsdload.c | 151 char *path, fullpath[PATH_MAX]; in loader_exec() local 160 path = realpath(filename, fullpath); in loader_exec() 181 bprm->fullpath = path; in loader_exec()
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | cvs.py | 48 fullpath = '' 50 fullpath = '_fullpath' 52 …s_%s_%s%s%s.tar.gz' % (ud.module.replace('/', '.'), ud.host, ud.tag, ud.date, norecurse, fullpath))
|
/openbmc/openbmc/poky/scripts/ |
H A D | buildhistory-collect-srcrevs | 68 fullpath = os.path.join(root, fn) 74 with open(fullpath) as f:
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | upgrade.py | 350 fullpath = _rename_recipe_files(origpath, bpn, oldpv, newpv, path) 351 logger.debug('Upgraded %s => %s' % (origpath, fullpath)) 462 _add_license_diff_to_recipe(fullpath, license_diff) 466 rd = tinfoil.parse_recipe_file(fullpath, False) 468 …_upgrade_error(e, os.path.dirname(fullpath), srctree, keep_failure, 'Parsing of upgraded recipe fa… 469 oe.recipeutils.patch_recipe(rd, fullpath, newvalues) 471 return fullpath, copied
|
/openbmc/u-boot/scripts/dtc/ |
H A D | dtc.c | 49 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths() 58 fill_fullpaths(child, tree->fullpath); in fill_fullpaths()
|
H A D | checks.c | 89 fprintf(stderr, "%s", node->fullpath); in check_msg() 119 TRACE(c, "%s", node->fullpath); in check_nodes_props() 388 ((prop) ? "' in " : ""), (node)->fullpath 513 phandle, other->fullpath); in check_explicit_phandles() 609 path = refnode->fullpath; in fixup_path_references() 745 c_addr_cells, node->parent->fullpath, in check_ranges_format() 750 c_size_cells, node->parent->fullpath, in check_ranges_format() 1164 provider_node->fullpath, in check_property_phandle_args()
|
H A D | livetree.c | 831 data_copy_mem(node->fullpath, in generate_label_tree_internal() 832 strlen(node->fullpath) + 1)); in generate_label_tree_internal() 877 if (strchr(node->fullpath, ':') || strchr(prop->name, ':')) in add_fixup_entry() 881 node->fullpath, prop->name, m->offset); in add_fixup_entry()
|
H A D | dtc.h | 163 char *fullpath; member
|
/openbmc/linux/scripts/dtc/ |
H A D | dtc.c | 36 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths() 45 fill_fullpaths(child, tree->fullpath); in fill_fullpaths()
|
H A D | checks.c | 94 xasprintf_append(&str, "%s:%s: ", node->fullpath, prop->name); in check_msg() 96 xasprintf_append(&str, "%s: ", node->fullpath); in check_msg() 138 TRACE(c, "%s", node->fullpath); in check_nodes_props() 435 ((prop) ? "' in " : ""), (node)->fullpath 560 phandle, other->fullpath); in check_explicit_phandles() 658 path = refnode->fullpath; in fixup_path_references() 811 ranges, c_addr_cells, node->parent->fullpath, in check_ranges_format() 816 ranges, c_size_cells, node->parent->fullpath, in check_ranges_format() 1449 provider_node->fullpath, in check_property_phandle_args() 1667 provider_node->fullpath, cell); in check_interrupt_map() [all …]
|
H A D | livetree.c | 876 data_copy_escape_string(node->fullpath, in generate_label_tree_internal() 877 strlen(node->fullpath)), in generate_label_tree_internal() 929 if (strchr(node->fullpath, ':') || strchr(prop->name, ':')) in add_fixup_entry() 933 node->fullpath, prop->name, m->offset); in add_fixup_entry()
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | bblayers.py | 125 fullpath = os.path.join(layerpath, "conf", "templates", "buildconf-1", f) 126 …self.assertTrue(os.path.exists(fullpath), "Template configuration file {} not found".format(fullpa…
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_npm.py | 128 fullpath = os.path.join(basedir, fn) 129 readmes.append(fullpath)
|
/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | query.py | 95 fullpath = os.path.join(classdir, classfile) 96 if fullpath != mainfile: 98 print(' %s' % fullpath)
|
/openbmc/u-boot/fs/zfs/ |
H A D | zfs.c | 1388 dnode_get_fullpath(const char *fullpath, dnode_end_t *mdn, in dnode_get_fullpath() argument 1397 ptr_at = strchr(fullpath, '@'); in dnode_get_fullpath() 1402 fsname = strdup(fullpath); in dnode_get_fullpath() 1407 fsname = malloc(ptr_at - fullpath + 1); in dnode_get_fullpath() 1410 memcpy(fsname, fullpath, ptr_at - fullpath); in dnode_get_fullpath() 1411 fsname[ptr_at - fullpath] = 0; in dnode_get_fullpath()
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | buildhistory.bbclass | 351 fullpath = os.path.join(root, fname) 353 if os.path.islink(fullpath): 354 sha256 = hashlib.sha256(os.readlink(fullpath).encode('utf-8')).hexdigest() 355 elif os.path.isfile(fullpath): 356 sha256 = bb.utils.sha256_file(fullpath) 360 bb.warn('buildhistory: unable to read %s to get output signature' % fullpath) 362 filesigs[os.path.relpath(fullpath, cwd)] = sha256
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | systemd.bbclass | 130 fullpath = oe.path.join(d.getVar("D"), path, service) 142 … cmd = "grep %s %s | sed 's,%s=,,g' | tr ',' '\\n'" % (key, shlex.quote(fullpath), key)
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/ |
H A D | valgrind_3.22.0.bb | 31 file://0001-memcheck-vgtests-remove-fullpath-after-flags.patch \ 46 # patch 0001-memcheck-vgtests-remove-fullpath-after-flags.patch removes relative path
|