Lines Matching refs:exists
113 if not os.path.exists(dev_tun):
369 elif os.path.exists(p) and (not os.path.isdir(p)) and '-image-' in os.path.basename(p):
386 if os.path.exists(qb):
471 if os.path.exists(uninative_path):
535 elif os.path.exists(arg) or (re.search(':', arg) and re.search('/', arg)):
587 if not os.path.exists(dev_kvm):
605 if not os.path.exists(dev_vhost):
673 if self.rootfs and not os.path.exists(self.rootfs):
686 if not os.path.exists(self.rootfs):
710 if os.path.exists(ovmf):
714 if os.path.exists(path):
749 if not os.path.exists(self.kernel):
757 if not os.path.exists(self.dtb):
769 if not os.path.exists(self.dtb):
793 if not os.path.exists(self.bios):
875 if self.rootfs and not os.path.exists(self.rootfs):
906 if not os.path.exists(self.qemuboot):
935 havenative = os.path.exists(self.get('STAGING_DIR_NATIVE')) and \
936 os.path.exists(self.get('STAGING_BINDIR_NATIVE'))
1031 if os.path.exists('%s.pseudo_state' % dest):
1038 if os.path.exists(src1):
1040 elif os.path.exists(src2):
1083 if not os.path.exists(lockdir):
1130 if not os.path.exists(lockdir):
1147 if os.path.exists('%s.skip' % lockfile):
1158 if os.path.exists(nosudo_flag):
1441 if not os.path.exists(qemu_bin):
1446 if os.path.exists(qemu_bin_tmp):
1609 if result and os.path.exists(result):
1625 if os.path.exists(result):
1641 if os.path.exists(renice):