Lines Matching refs:exists
313 if not os.path.exists(ud.clonedir):
331 return ud.shallow and ud.write_shallow_tarballs and not os.path.exists(ud.fullshallow)
334 return ud.write_tarballs and not os.path.exists(ud.fullmirror)
341 if os.path.exists(ud.clonedir):
351 if ud.shallow and os.path.exists(ud.fullshallow) and self.need_update(ud, d):
354 elif os.path.exists(ud.fullmirror) and not os.path.exists(ud.clonedir):
361 if not os.path.exists(ud.clonedir):
433 if os.path.exists(os.path.join(tmpdir, "git", ".git", "lfs")):
454 if not os.path.exists(ud.fullshallow):
468 elif ud.write_tarballs and not os.path.exists(ud.fullmirror):
560 if os.path.exists(destdir):
581 if os.path.exists(ud.fullshallow):
629 if os.path.exists(r):
819 if not os.path.exists(localpath):
822 if not os.path.exists(rev_file) or not os.path.getsize(rev_file):