Home
last modified time | relevance | path

Searched refs:validate_exists (Results 1 – 21 of 21) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/test/
H A Dtest_base.py384 p = base.get_binary_path(validate_exists=False)
392 p = base.get_binary_path(validate_exists=False, where="staged-package")
404 p = base.get_binary_path("foobar", validate_exists=False)
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/test/
H A Dtest_base.py384 p = base.get_binary_path(validate_exists=False)
392 p = base.get_binary_path(validate_exists=False, where="staged-package")
404 p = base.get_binary_path("foobar", validate_exists=False)
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/test/
H A Dtest_base.py346 p = base.get_binary_path(validate_exists=False)
354 p = base.get_binary_path(validate_exists=False, where="staged-package")
364 p = base.get_binary_path('foobar', validate_exists=False)
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozbuild/mozbuild/test/
H A Dtest_base.py347 p = base.get_binary_path(validate_exists=False)
355 p = base.get_binary_path(validate_exists=False, where="staged-package")
365 p = base.get_binary_path('foobar', validate_exists=False)
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/test/
H A Dtest_base.py384 p = base.get_binary_path(validate_exists=False)
392 p = base.get_binary_path(validate_exists=False, where="staged-package")
404 p = base.get_binary_path("foobar", validate_exists=False)
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/test/
H A Dtest_base.py363 p = base.get_binary_path(validate_exists=False)
371 p = base.get_binary_path(validate_exists=False, where="staged-package")
381 p = base.get_binary_path('foobar', validate_exists=False)
/dports/www/firefox/firefox-99.0/testing/webcompat/
H A Dmach_commands.py52 "geckodriver", validate_exists=False
/dports/www/firefox/firefox-99.0/tools/
H A Dmach_commands.py495 firefox_bin = command_context.get_binary_path(validate_exists=False)
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/
H A Dbase.py414 def get_binary_path(self, what='app', validate_exists=True, where='default'): argument
453 if validate_exists and not os.path.exists(path):
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozbuild/mozbuild/
H A Dbase.py296 def get_binary_path(self, what='app', validate_exists=True, where='default'): argument
335 if validate_exists and not os.path.exists(path):
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/
H A Dmach_commands.py52 self.get_binary_path(validate_exists=False))[0]
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/
H A Dbase.py561 def get_binary_path(self, what="app", validate_exists=True, where="default"): argument
598 if validate_exists and not os.path.exists(path):
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/
H A Dbase.py554 def get_binary_path(self, what="app", validate_exists=True, where="default"): argument
591 if validate_exists and not os.path.exists(path):
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/
H A Dbase.py561 def get_binary_path(self, what="app", validate_exists=True, where="default"): argument
598 if validate_exists and not os.path.exists(path):
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/
H A Dbase.py532 def get_binary_path(self, what='app', validate_exists=True, where='default'): argument
568 if validate_exists and not os.path.exists(path):
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/
H A Dmach_commands.py69 kwargs["webdriver_binary"] = self.get_binary_path("geckodriver", validate_exists=False)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/
H A Dmach_commands.py101 kwargs["webdriver_binary"] = self.get_binary_path("geckodriver", validate_exists=False)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/
H A Dmach_commands.py131 "geckodriver", validate_exists=False
/dports/www/firefox/firefox-99.0/testing/web-platform/
H A Dmach_commands.py134 "geckodriver", validate_exists=False
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/
H A Dmach_commands.py131 "geckodriver", validate_exists=False
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/kernel/
H A Dspecial_forms.ex1599 :ok <- validate_exists(path) do
1609 defp validate_exists(path) do function