| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/ |
| H A D | isoimage-isohybrid.py | 176 if os.path.isfile("%s/init" % rootfs_dir): 181 elif os.path.isfile("%s/sbin/init" % rootfs_dir): 269 if os.path.isfile(part.source_file): 282 if not os.path.isfile(initrd): 284 if not os.path.isfile(initrd): 291 if os.path.isfile("%s/initrd.cpio.gz" % cr_workdir): 330 if not os.path.isfile(grub_target): 337 if not os.path.isfile(os.path.join(target_dir, "boot.cfg")): 348 if os.path.isfile("%s/efi.img" % img_iso_dir):
|
| /OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/lib/oeqa/selftest/cases/ |
| H A D | systemd_boot.py | 35 found = os.path.isfile(systemdbootfile) 57 if os.path.isfile(imagebootfile): 65 found = os.path.isfile(imagebootfile)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | recipetool.py | 59 …self.assertTrue(os.path.isfile(os.path.join(filesdir, expectedfile)), 'Expected file %s to be copi… 344 self.assertTrue(os.path.isfile(recipefile)) 364 …self.assertTrue(os.path.isfile(recipefile), 'recipetool did not create recipe file; output:\n%s' %… 385 if len(dirlist) < 1 or not os.path.isfile(os.path.join(temprecipe, dirlist[0])): 403 self.assertTrue(os.path.isfile(recipefile)) 424 self.assertTrue(os.path.isfile(recipefile)) 425 self.assertTrue(os.path.isfile(shrinkwrap)) 449 self.assertTrue(os.path.isfile(recipefile)) 465 self.assertTrue(os.path.isfile(recipefile)) 483 self.assertTrue(os.path.isfile(recipefile)) [all …]
|
| H A D | manifest.py | 28 if not os.path.isfile(manifest_entry): 92 if not os.path.isfile(mpath[k]): 138 if not os.path.isfile(mpath): raise IOError
|
| H A D | runtime_test.py | 90 self.assertEqual(os.path.isfile(tarball_path), True, msg) 311 self.assertTrue(os.path.isfile(os.path.join(hosttestdir, "rootfs")), 395 self.assertTrue(os.path.isfile(os.path.join(hosttestdir, "rootfs-before-failure")), 397 self.assertFalse(os.path.isfile(os.path.join(hosttestdir, "rootfs-after-failure")),
|
| H A D | bbtests.py | 169 …self.assertTrue(os.path.isfile(os.path.join(dl_dir, 'test-aspell.tar.gz')), msg = "File rename fai… 170 …self.assertTrue(os.path.isfile(os.path.join(dl_dir, 'test-aspell.tar.gz.done')), "File rename fail… 231 … self.assertFalse(os.path.isfile(os.path.join(lic_dir, 'selftest-ed/generic_GPL-3.0-or-later'))) 232 … self.assertTrue(os.path.isfile(os.path.join(lic_dir, 'selftest-ed/generic_GPL-2.0-or-later')))
|
| H A D | bblayers.py | 47 …self.assertTrue(os.path.isfile(bb_file), msg = "Cannot find xcursor-transparent-theme_0.1.1.bb in … 122 self.assertTrue(os.path.isfile(recipe_file), msg = "Can't find recipe file for %s" % recipe)
|
| H A D | devtool.py | 288 …self.assertTrue(os.path.isfile(os.path.join(tempdir, 'conf', 'layer.conf')), msg = "No workspace c… 295 …self.assertTrue(os.path.isfile(os.path.join(self.workspacedir, 'conf', 'layer.conf')), msg = "No w… 312 …self.assertTrue(os.path.isfile(os.path.join(srcdir, 'configure')), 'Unable to find configure scrip… 341 …self.assertTrue(os.path.isfile(os.path.join(installdir, bindir, 'pv')), 'pv binary not found in D') 358 …self.assertTrue(os.path.isfile(os.path.join(srcdir, 'configure.ac')), 'Unable to find configure sc… 393 …self.assertTrue(os.path.isfile(os.path.join(srcdir, 'CMakeLists.txt')), 'Unable to find CMakeLists… 421 …self.assertTrue(os.path.isfile(os.path.join(staging_libdir, 'libftdi1.so.2.1.0')), "libftdi binary… 430 …self.assertFalse(os.path.isfile(os.path.join(staging_libdir, 'libftdi1.so.2.1.0')), 'libftdi binar… 446 …self.assertTrue(os.path.isfile(os.path.join(srcdir, 'setup.py')), 'Unable to find setup.py in sour… 464 …self.assertTrue(os.path.isfile(os.path.join(srcdir, 'setup.py')), 'Unable to find setup.py in sour… [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | linux-kernel-base.bbclass | 6 if not os.path.isfile(fn): 9 if not os.path.isfile(fn):
|
| H A D | image-postinst-intercepts.bbclass | 14 if os.path.isfile(pathname):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/management/commands/ |
| H A D | runbuilds.py | 224 if os.path.isfile(bitbake_lock): 227 if os.path.isfile(bitbake_sock): 229 if os.path.isfile(test_file):
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | bbvars.py | 85 if os.path.isfile(a): 91 if os.path.isfile(a):
|
| H A D | convert-spdx-licenses.py | 128 if os.path.isfile(sys.argv[1]):
|
| H A D | convert-variable-renames.py | 99 if os.path.isfile(sys.argv[1]):
|
| H A D | convert-srcuri.py | 60 if os.path.isfile(sys.argv[1]):
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | buildstats-diff | 39 if os.path.isfile(path): 42 if os.path.isfile(os.path.join(path, 'build_stats')): 57 if os.path.isfile(subpath):
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | spdxcheck.py | 43 if not os.path.isfile(el.path): 214 if not os.path.isfile(el.path): 268 if os.path.isfile(p):
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | package_manager.py | 68 if os.path.isfile(module_path) and os.path.isfile(json_file):
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | checkpatch.py | 26 if os.path.isfile(fname): 33 if os.path.isfile(fname):
|
| H A D | get_maintainer.py | 22 if os.path.isfile(fname):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/ |
| H A D | buildimport.py | 132 if not os.path.isfile(fn): 435 if os.path.isfile("%s/conf/local.conf" % project_path): 440 if os.path.isfile(old_toaster_local): 444 if os.path.isfile(old_toaster_layer):
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/controllers/ |
| H A D | controllerimage.py | 54 if not os.path.isfile(self.rootfs): 61 if not os.path.isfile(self.kernel):
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/meson/ |
| H A D | 0001-is_debianlike-always-return-False.patch | 22 - return os.path.isfile('/etc/debian_version')
|
| /OK3568_Linux_fs/kernel/Documentation/sphinx/ |
| H A D | load_config.py | 47 if os.path.isfile(config_file):
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | pycompile.py | 28 if os.path.islink(host_path) or not os.path.isfile(host_path):
|