Searched refs:exists (Results 1 – 25 of 74) sorted by relevance
123
57 if not os.path.exists(path):61 if os.path.exists(path):90 if not client.exists():100 if not client.exists():109 if not client.exists():118 if not client.exists():127 if not client.exists():138 if not client.exists():
42 if not os.path.exists(push_dir):79 if not client.exists():83 assert os.path.exists(client.download_file(0))84 assert os.path.exists(os.path.join(client.run_dir, 'push0')), r.dump_logs()
62 if os.path.exists(buildinfo_fn):98 if not httpd.exists():110 if nghttpx.exists() and (env.have_h3() or nghttpx.https_port > 0):119 if nghttpx.exists() and (env.have_h3() or nghttpx.https_port > 0):
62 if os.path.exists(vsftpd.docs_dir):64 if not os.path.exists(vsftpd.docs_dir):136 if os.path.exists(path):196 assert os.path.exists(dfile)208 assert os.path.exists(srcfile)209 assert os.path.exists(dstfile)
69 if os.path.exists(vsftpds.docs_dir):71 if not os.path.exists(vsftpds.docs_dir):143 if os.path.exists(path):235 assert os.path.exists(dstfile)244 assert os.path.exists(dfile)256 assert os.path.exists(srcfile)257 assert os.path.exists(dstfile)
337 if not client.exists():357 if not client.exists():385 if not client.exists():414 if not client.exists():443 if not client.exists():477 if not client.exists():488 if not client.exists():537 assert os.path.exists(dfile)554 if not client.exists():604 if not client.exists():
298 my $exists;301 $exists=" tool_getparam.c";307 $exists.= " curl.1";313 $exists .= " tool_listhelp.c";319 print STDERR "$o is not in$missing (but in$exists)\n";
66 def exists(self) -> bool: member in LocalClient67 return os.path.exists(self.path)73 if os.path.exists(path):77 if os.path.exists(path):81 if not os.path.exists(path):
80 def exists(self): member in VsFTPD81 return os.path.exists(self._cmd)156 if os.path.exists(path):160 if not os.path.exists(path):
91 if not os.path.exists(self._mods_dir):104 def exists(self): member in Httpd105 return os.path.exists(self._cmd)207 if os.path.exists(path):211 if not os.path.exists(path):250 if os.path.exists(os.path.join(self._mods_dir, f'mod_{m}.so')):
66 def exists(self): member in Nghttpx67 return self._cmd and os.path.exists(self._cmd)178 if os.path.exists(path):182 if not os.path.exists(path):
38 Note: skips transfer, "%LOGDIR/hey" exists locally39 Note: skips transfer, "%LOGDIR/ho" exists locally
32 exists before command runs65 exists before command runs
35 Note: skips transfer, "%LOGDIR/there" exists locally
34 Note: skips transfer, "%LOGDIR/test%TESTNUMBER.txt" exists locally
20 # The file data that exists at the start of the test must be included in
43 # Warning: Failed to open the file log/name1460: File exists
38 # Verify that the file still exists with the correct etag value.
21 # The file data that exists at the start of the test must be included in
22 # The file data that exists at the start of the test must be included in
32 …ient_key.pub -u %USER: -Q "-*rename %SSH_PWD/%LOGDIR/test%TESTNUMBER-not-exists-dir %SSH_PWD/%LOGD…
31 # The file data that exists at the start of the test must be included in
28 Bypass the AltSvc HTTPS protocol restriction if this variable exists.86 Bypass the HSTS HTTPS protocol restriction if this variable exists.90 A time of 0 is used for AWS signatures and NTLM if this variable exists.119 LDAP tracing is enabled if this variable exists and its value is 1 or greater.125 OpenLDAP tracing is enabled if this variable exists and its value is 1 or
29 else, and if it already exists it is overwritten. If you want the server to be32 already exists it is not overwritten.
5 Help: Skip download if local file already exists
Completed in 50 milliseconds