Lines Matching full:exists

96     if srctree and os.path.exists(srctree):
100 "it exists and is not a directory" %
104 "it already exists and is non-empty" %
111 raise DevtoolError("No source tree exists at default path %s - "
173 …Error('A recipe with the same name as the one being created (%s) already exists in your workspace'…
178 if os.path.exists(appendfile):
180 …vtoolError('A recipe with the same name as the one being created already exists in your workspace')
181 if os.path.exists(recipefile):
182 …raise DevtoolError('A recipe file %s already exists in your workspace; this shouldn\'t be there - …
185 if os.path.exists(tmpsrcdir):
186 if os.path.exists(srctree):
192 … raise DevtoolError('Source tree path %s already exists and is not empty' % srctree)
196 … raise DevtoolError('Source tree path %s already exists and is not a directory' % srctree)
209 if os.path.exists(attic_recipe):
210 …logger.warning('A modified recipe from a previous invocation exists in %s - you may wish to move t…
212 if tmpsrcdir and os.path.exists(tmpsrcdir):
238 if os.path.exists(os.path.join(srctree, '.git')):
340 if not os.path.exists(dst):
471 if os.path.exists(destpth):
497 if not os.path.exists(srctree):
500 if os.path.exists(srctree):
502 raise DevtoolError("output path %s exists and is not a directory" %
505 raise DevtoolError("output path %s already exists and is "
561 if os.path.exists(appendfile):
609 if os.path.exists(preservestampfile):
647 …if os.path.exists(workshareddir) and (not os.listdir(workshareddir) or kernelVersion != staging_ke…
650 elif not os.path.exists(workshareddir):
664 if os.path.exists(srctree_localdir + '.bak'):
667 if os.path.exists(srctree_localdir):
671 if os.path.exists(tempdir_localdir):
676 if os.path.exists(tempdir_localdir):
690 elif os.path.exists(appendfile):
734 # File no longer exists, skip it
753 if os.path.exists(srcdir) and os.listdir(srcdir):
763 if os.path.exists(srcdir) and os.listdir(srcdir):
814 if os.path.exists(appendfile):
834 …if (os.path.exists(srcdir) and os.listdir(srcdir)) and (kernelVersion in staging_kerVer and stagin…
857 …local_files = [fname for fname in local_files if os.path.exists(os.path.join(workdir, fname)) and …
883 if os.path.exists(os.path.join(srctree, '.git')):
889 if os.path.exists(os.path.join(srctree, '.git')):
1128 if os.path.exists(bpndir):
1137 if os.path.exists(bpdir):
1275 if os.path.exists(path):
1370 if os.path.exists(orig_config) and os.path.exists(new_config):
1382 if os.path.exists(outfile):
1448 if os.path.exists(fragment_path):
1458 if os.path.exists(os.path.join(local_files_dir, fragment_fn)):
1466 if os.path.exists(srcpath):
1471 # copy fragment into local files if exists
1497 if os.path.exists(fpath):
1621 if not os.path.exists(append):
1857 if not os.path.exists(args.append):
1860 if not os.path.exists(os.path.join(args.append, 'conf', 'layer.conf')):
1939 if recipefile and os.path.exists(recipefile):
1953 if os.path.exists(appendfile):
1961 if os.path.exists(origdir):
2139 if fn in removed or not os.path.exists(os.path.join(recipedir, fn)):
2182 if os.path.exists(appendfile):
2194 if os.path.exists(destfp):