Home | History | Annotate | Download | only in binutils

Lines Matching refs:exists

35   assert not os.path.exists(filename)
60 if not os.path.exists(sha1file):
67 if os.path.exists(stampfile):
68 if (os.path.exists(tarball) and
69 os.path.exists(outdir) and
82 assert os.path.exists(tarball)
84 if os.path.exists(outdir):
86 assert not os.path.exists(outdir)
88 assert os.path.exists(outdir)
94 assert os.path.exists(os.path.join(outdir, tool))