Home
last modified time | relevance | path

Searched refs:split (Results 76 – 100 of 1571) sorted by relevance

12345678910>>...63

/openbmc/openbmc/poky/meta/lib/oe/
H A Dterminal.py49 return shlex.split(self.command.format(**fmt))
304 ver_info = out.decode().rstrip().split('\n')
314 vernum = ver.split(' ')[-1]
316 vernum = ver.split(' ')[-1]
318 vernum = ver.split(' ')[-1]
320 vernum = ver.split()[-1]
322 vernum = ver.split()[-1][5:]
329 distro = out.split(':')[1].strip().lower()
H A Dgpg_sign.py62 …subprocess.check_output(shlex.split(cmd + ' '.join(files[i:i+sign_chunk])), stderr=subprocess.STDO…
119 ver_str = subprocess.check_output(cmd).split()[2].decode("utf-8")
120 return tuple([int(i) for i in ver_str.split("-")[0].split('.')])
146 for sig in valid_sigs.split():
H A Dsstatesig.py85 types = (d.getVar("SIGGEN_LOCKEDSIGS_TYPES") or "").split()
88 lockedsigs = (d.getVar(siggen_lockedsigs_var) or "").split()
90 pn, task, h = ls.split(":", 2)
111 "").split()
127 a1, a2 = a.split("->")
230 t = self.lockedhashfn[fn].split(" ")[1].split(":")[5]
256 fn_exp = fn.split(":")
360 _, _, pn, taskname = key.split(':', 3)
363 pn, taskname = key.split(':', 1)
462 variant = taskdata2.split(":")[2]
[all …]
H A Dtypes.py24 list.__init__(self, value.split(separator))
47 if value not in choices.split():
66 def split(self, string, maxsplit=0): member in NoMatch
89 for flag in regexflags.split():
H A Dpackagedata.py98 for pkg in packages.split():
213 scriptlet_split = scriptlet.split('\n')
239 map(lambda pkg: '%s-%s' % (variant, pkg), packages.split())))
243 for pkg in packages.split():
260 global_variants = (d.getVar('MULTILIB_GLOBAL_VARIANTS') or "").split()
261 variants = (d.getVar('MULTILIB_VARIANTS') or "").split()
272 for pkg in packages.split():
311 for var in (d.getVar('PKGDATA_VARS') or "").split():
315 for dfile in sorted((d.getVar('FILERPROVIDESFLIST:' + pkg) or "").split()):
319 for dfile in sorted((d.getVar('FILERDEPENDSFLIST:' + pkg) or "").split()):
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A Dmanifest.py16 for pkg in pkg_list.split():
19 ml_variants = self.d.getVar('MULTILIB_VARIANTS').split()
49 for pkg in pkgs[pkg_type].split():
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dutils.py33 state_text = state.lower().split()
88 url_to_list = url.split('/toastergui/project/')
89 return int(url_to_list[1].split('/')[0]) # project_id
/openbmc/linux/scripts/
H A Djobserver-exec23 opts = [x for x in flags.split(" ") if x.startswith("--jobserver")]
28 fds = opts[-1].split("=", 1)[1]
38 reader, writer = [int(x) for x in fds.split(",", 1)]
/openbmc/openbmc/poky/documentation/
H A Dset_versions.py104 for t in tags.split():
110 components = ourversion.split(".")
153 …previoustags = [t[6:] for t in previoustags.split() if t.startswith("yocto-" + release_series[ours…
155 …futuretags = [t[6:] for t in futuretags.split() if t.startswith("yocto-" + release_series[ourserie…
196 data = line.split(":")
227 …t yocto-%s*' % (release_series[branch]), shell=True, capture_output=True, text=True).stdout.split()
273 yocto_tags = sorted(yocto_tags.split() + missing_tags, key=tag_to_semver_like)
/openbmc/linux/security/apparmor/
H A Dpolicy.c411 char *split; in __lookup_parent() local
415 for (split = strstr(hname, "//"); split;) { in __lookup_parent()
417 split - hname); in __lookup_parent()
421 hname = split + 2; in __lookup_parent()
446 char *split; in __create_missing_ancestors() local
453 for (split = strstr(hname, "//"); split;) { in __create_missing_ancestors()
456 split - hname); in __create_missing_ancestors()
470 hname = split + 2; in __create_missing_ancestors()
494 const char *split; in __lookupn_profile() local
496 for (split = strnstr(hname, "//", n); split; in __lookupn_profile()
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dmisc.py66 cmd = shlex.split(cmdln_or_args)[0]
94 args = cmd_and_args.split()
137 args = cmd_and_args.split(';')[-1].split()
243 for line in lines.split('\n'):
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage-postinst-intercepts.bbclass9 POSTINST_INTERCEPTS_PATHS ?= "${@':'.join('%s/postinst-intercepts' % p for p in '${BBPATH}'.split('…
14 paths = d.getVar('POSTINST_INTERCEPTS_PATHS').split(':')
15 overrides = (':' + d.getVar('FILESOVERRIDES')).split(':') + ['']
H A Dlinux-dummy.bbclass20 if type not in types.split():
22 if alttype not in types.split():
26 for type in types.split():
/openbmc/openbmc-test-automation/extended/
H A Drun_keyword.py86 lib_file_path_list = lib_file_path.split(":")
99 keyword_list = keyword_string.split(" ; ")
101 cmd_buf = keyword_string.split(" ")
/openbmc/openbmc/poky/scripts/
H A Dbuildhistory-collect-srcrevs77 splitval = line.split('=')
82 splitval = line.split('=')
83 name = splitval[0].split('_')[1].strip()
88 name = splitval[0].split('_')[1].strip()
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Ddisable-version-check.patch23 - my ($realminor) = split(/\./, $realos{'os_version'});
24 - my ($minor) = split(/\./, $gconfig{'os_version'});
45 +# my ($realminor) = split(/\./, $realos{'os_version'});
46 +# my ($minor) = split(/\./, $gconfig{'os_version'});
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drust.py17 test = line.split("test ")[1].split(" ... ")[0]
19 test = test.split("] ", 1)[1]
20 result = line.split(" ... ")[1].strip()
H A Dfitimage.py169 key, value = line.split('=', 1)
200 recipe_sysroot_native = result.output.split('=')[1].strip('"')
213 key, value = line.split(':', 1)
229 tempdir = result.output.split('=', 1)[1].strip().strip('')
498 key, value = line.split('=', 1)
521 recipe_sysroot_native = result.output.split('=')[1].strip('"')
534 key, value = line.split(':', 1)
546 tempdir = result.output.split('=', 1)[1].strip().strip('')
653 key, value = line.split('=', 1)
689 key, value = line.split(':', 1)
[all …]
H A Dwic.py43 debugfs_output.strip().split('/\n')]
47 if line.split('/')[3:5] != ['0', '0']:
1132 size = partlns[0].split(':')[3]
1437 orig_sizes = [int(line.split()[3]) for line in orig.output.split('\n')[1:]]
1438 exp_sizes = [int(line.split()[3]) for line in exp.output.split('\n')[1:]]
1642 dirs = set(line.split()[-1] for line in result.output.split('\n') if line)
1653 newdirs = set(line.split()[-1] for line in result.output.split('\n') if line)
1658 self.assertIn('fstab', [line.split()[-1] for line in result.output.split('\n') if line])
1678 self.assertIn('fstab', [line.split()[-1] for line in result.output.split('\n') if line])
1685 self.assertNotIn('fstab', [line.split()[-1] for line in result.output.split('\n') if line])
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/meta/
H A Ddistro-feed-configs.bb24 # parchs = d.getVar("PACKAGE_EXTRA_ARCHS").split()
25 # march = d.getVar("MACHINE_ARCH").split()
32 …opkg/%s-feed.conf" % feed ) for feed in "all ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}".split() ] ) }'
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py365 for c in re.split('(\d+)', text):
618 keyPieces = key.split('/')
701 keyparts = key.split("/")
814 lines = output.split('\n')
820 lineParts = lines[i].split(':')
1091 msgPieces = msg.split("||")
1273 logNum = key.split('/')[-1]
1708 dumpNum = dump.strip().split('/')[-1]
2879 id = key.split('/')[-1]
4510 name = user.split('/')[-1]
[all …]
/openbmc/entity-manager/src/
H A Dutils.cpp276 std::vector<std::string> split; in templateCharReplace() local
277 boost::split(split, end, boost::is_any_of(" ")); in templateCharReplace()
280 if (split.size() < 2) in templateCharReplace()
284 for (const std::string& data : split) in templateCharReplace()
296 auto exprBegin = split.begin(); in templateCharReplace()
297 auto exprEnd = split.end(); in templateCharReplace()
309 while (exprEnd != split.end()) in templateCharReplace()
/openbmc/u-boot/scripts/
H A Dfill_scrapyard.py60 commit = result.split()[0]
85 return committer_date.split()[0]
138 tmp = line.split(None, 5)
/openbmc/linux/security/apparmor/include/
H A Dlib.h159 char *split; in basename() local
162 for (split = strstr(hname, "//"); split; split = strstr(hname, "//")) in basename()
163 hname = split + 2; in basename()
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/
H A Dcheck-memfree.py4 meminfo = dict((i.split()[0].rstrip(':'),int(i.split()[1])) for i in open('/proc/meminfo').readline…

12345678910>>...63