Home
last modified time | relevance | path

Searched refs:isfile (Results 1 – 25 of 100) sorted by relevance

1234

/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Disoimage-isohybrid.py176 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 Dsystemd_boot.py35 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 Drecipetool.py59 …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 Dmanifest.py28 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 Druntime_test.py90 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 Dbbtests.py169 …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 Dbblayers.py47 …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 Ddevtool.py288 …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 Dlinux-kernel-base.bbclass6 if not os.path.isfile(fn):
9 if not os.path.isfile(fn):
H A Dimage-postinst-intercepts.bbclass14 if os.path.isfile(pathname):
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Drunbuilds.py224 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 Dbbvars.py85 if os.path.isfile(a):
91 if os.path.isfile(a):
H A Dconvert-spdx-licenses.py128 if os.path.isfile(sys.argv[1]):
H A Dconvert-variable-renames.py99 if os.path.isfile(sys.argv[1]):
H A Dconvert-srcuri.py60 if os.path.isfile(sys.argv[1]):
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dbuildstats-diff39 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 Dspdxcheck.py43 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 Dpackage_manager.py68 if os.path.isfile(module_path) and os.path.isfile(json_file):
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dcheckpatch.py26 if os.path.isfile(fname):
33 if os.path.isfile(fname):
H A Dget_maintainer.py22 if os.path.isfile(fname):
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuildimport.py132 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 Dcontrollerimage.py54 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 D0001-is_debianlike-always-return-False.patch22 - return os.path.isfile('/etc/debian_version')
/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dload_config.py47 if os.path.isfile(config_file):
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dpycompile.py28 if os.path.islink(host_path) or not os.path.isfile(host_path):

1234