Home
last modified time | relevance | path

Searched refs:glob (Results 1 – 25 of 177) sorted by relevance

12345678

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Darchiver.py8 import glob
41 included_present = len(glob.glob(src_path + '/%s-*/*' % include_recipe))
45 excluded_present = len(glob.glob(src_path + '/%s-*/*' % exclude_recipe))
73 included_present = len(glob.glob(src_path_target + '/%s-*/*' % target_recipe))
77 excluded_present = len(glob.glob(src_path_native + '/%s-*/*' % native_recipe))
110 included_present = len(glob.glob(src_path_target + '/%s-*/*' % target_recipes[0]))
113 included_present = len(glob.glob(src_path_native + '/%s-*/*' % native_recipes[1]))
117 excluded_present = len(glob.glob(src_path_native + '/%s-*/*' % native_recipes[0]))
120 excluded_present = len(glob.glob(src_path_target + '/%s-*/*' % target_recipes[1]))
182 glob_result = glob.glob(glob_str)
[all …]
H A Dretain.py9 import glob
48 if not glob.glob(os.path.join(retain_outdir, '%s_temp_*.tar.gz' % test_recipe)):
94 archives = glob.glob(os.path.join(retain_outdir, '%s_*.tar.gz' % test_recipe_fail))
151 if not glob.glob(os.path.join(retain_outdir, 'buildlogs_*.tar.gz')):
154 if glob.glob(os.path.join(retain_outdir, '%s_*.tar.gz' % os.path.basename(stamps_dir))):
161 if not glob.glob(os.path.join(retain_outdir, '%s_*.tar.gz' % os.path.basename(stamps_dir))):
163 if len(glob.glob(os.path.join(retain_outdir, 'buildlogs_*.tar.gz'))) != 2:
215 … archives = glob.glob(os.path.join(retain_outdir, '%s_*-testsuffix.tar.bz2' % test_recipe_fail))
H A Dpseudo.py7 import glob
25 test1_pyc_present = len(glob.glob(os.path.join(pycache_path, 'pseudo_pyc_test1.*.pyc')))
28 test2_pyc_present = len(glob.glob(os.path.join(pycache_path, 'pseudo_pyc_test2.*.pyc')))
H A Dwic.py17 from glob import glob
169 out = glob(os.path.join(
201 out = glob(os.path.join(self.resultdir, "%s-*.direct" % wksname))
222 self.assertEqual(1, len(glob(os.path.join (self.resultdir, "wictestdisk-*.direct"))))
229 self.assertEqual(1, len(glob(os.path.join(self.resultdir, "directdisk-*.direct"))))
242 self.assertEqual(1, len(glob(os.path.join(self.resultdir, "HYBRID_ISO_IMG-*.direct"))))
243 self.assertEqual(1, len(glob(os.path.join (self.resultdir, "HYBRID_ISO_IMG-*.iso"))))
250 self.assertEqual(1, len(glob(os.path.join(self.resultdir, "qemux86-directdisk-*direct"))))
257 self.assertEqual(1, len(glob(os.path.join(self.resultdir, "mkefidisk-*direct"))))
268 …self.assertEqual(1, len(glob(os.path.join(self.resultdir, "directdisk-bootloader-config-*direct"))…
[all …]
H A Dgotoolchain.py7 import glob
24 return glob.glob(pattern)[0]
H A Dsigning.py11 import glob
166 recipe_sig = glob.glob(sstatedir + '/*/*/*:ed:*_populate_lic.tar.zst.sig')
167 recipe_archive = glob.glob(sstatedir + '/*/*/*:ed:*_populate_lic.tar.zst')
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0004-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch21 src/basic/glob-util.c | 12 ++++++++++++
22 src/test/test-glob-util.c | 16 ++++++++++++++++
26 diff --git a/src/basic/glob-util.c b/src/basic/glob-util.c
28 --- a/src/basic/glob-util.c
29 +++ b/src/basic/glob-util.c
59 k = glob(path, flags | GLOB_ALTDIRFUNC, NULL, pglob);
61 + k = glob(path, flags, NULL, pglob);
66 diff --git a/src/test/test-glob-util.c b/src/test/test-glob-util.c
68 --- a/src/test/test-glob-util.c
69 +++ b/src/test/test-glob-util.c
[all …]
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0005-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch21 src/basic/glob-util.c | 12 ++++++++++++
22 src/test/test-glob-util.c | 16 ++++++++++++++++
26 diff --git a/src/basic/glob-util.c b/src/basic/glob-util.c
28 --- a/src/basic/glob-util.c
29 +++ b/src/basic/glob-util.c
59 k = glob(path, flags | GLOB_ALTDIRFUNC, NULL, pglob);
61 + k = glob(path, flags, NULL, pglob);
66 diff --git a/src/test/test-glob-util.c b/src/test/test-glob-util.c
68 --- a/src/test/test-glob-util.c
69 +++ b/src/test/test-glob-util.c
[all …]
/openbmc/openbmc/poky/scripts/tiny/
H A Dksize.py28 def __init__(self, glob): argument
29 self.title = glob
30 … p = Popen("size -t " + str(glob), shell=True, stdout=PIPE, stderr=PIPE, universal_newlines=True)
53 glob = ' '.join(p.communicate()[0].splitlines())
54 oreport = Report(glob, str(path) + "/*.o")
78 def __init__(self, glob, title): argument
79 self.glob = glob
81 self.sizes = Sizes(glob)
142 glob = "arch/*/built-in.[o,a] */built-in.[o,a]"
143 vmlinux = Report.create("vmlinux", "Linux Kernel", glob)
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A Dsdk.py7 import glob
101 for f in glob.glob(os.path.join(self.sdk_output,
117 for f in glob.glob(os.path.join(self.sdk_output, "etc", "rpm*")):
119 for f in glob.glob(os.path.join(self.sdk_output, "etc", "dnf", "*")):
/openbmc/skeleton/pysystemmgr/obmc/system/
H A D__init__.py1 from glob import glob
7 for gc in glob(join(path, pattern)):
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbootfiles.py18 from glob import glob
48 srcs = glob(os.path.join(deploy_dir, src))
H A Dpath.py8 import glob
126 if len(glob.glob('%s/.??*' % src)) > 0:
128 if len(glob.glob('%s/**' % src)) > 0:
156 for name in glob.glob(path):
314 globbed = glob.glob(candidate)
/openbmc/u-boot/tools/patman/
H A Dtools.py7 import glob
140 return glob.glob(fname)
144 files += glob.glob(pathname)
H A Dtest_util.py7 import glob
39 glob_list = glob.glob(os.path.join(path, '*.py'))
/openbmc/openbmc/meta-arm/scripts/
H A Dlayer-overview.py29 machines = sorted(p for p in layer.glob("conf/machine/*.conf"))
36 recipes = sorted((p for p in layer.glob("recipes-*/*/*.bb")), key=lambda p:p.name)
63 sublayers = sorted(p for p in base.glob("meta-*") if is_layer(p))
/openbmc/openbmc/poky/scripts/lib/checklayer/cases/
H A Dcommon.py6 import glob
19 readme_files = glob.glob(os.path.join(self.tc.layer['path'], '[Rr][Ee][Aa][Dd][Mm][Ee]*'))
56 files = glob.glob(os.path.join(path, name))
/openbmc/qemu/scripts/
H A Dget-wraps-from-cargo-registry.py16 import glob
47 matches = sorted(glob.glob(f"{path}.*"))
169 for wrap_file in sorted(glob.glob("*-rs.wrap")):
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Drunqemu.py14 import glob
31 if not glob.glob(os.path.join(bindir_native, 'qemu-system-*')):
/openbmc/qemu/tests/qemu-iotests/
H A Dfindtests.py20 import glob
46 self.all_tests = glob.glob('[0-9][0-9][0-9]')
47 self.all_tests += [f for f in glob.iglob('tests/*')
/openbmc/openbmc/meta-arm/ci/
H A Dcheck-machine-coverage14 layers = (p.name for p in metaarm.glob("meta-*") if p.is_dir())
19 kas = metaarm.glob("ci/*.yml")
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-ipmiprovider-symlink.bbclass16 import glob;
26 filelist = glob.glob(install_file);
/openbmc/openbmc-test-automation/lib/
H A Dgen_plug_in.py7 import glob
156 mch_class_candidate_list = glob.glob(
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dgenerate-cve-exclusions.py13 import glob
119 files = glob.glob(pattern, recursive=True)
/openbmc/openbmc/poky/meta/lib/oe/package_manager/
H A Dcommon_deb_ipk.py7 import glob
71 data_tar = glob.glob("data.tar.*")

12345678