Home
last modified time | relevance | path

Searched refs:path_to_apache (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/web_tests/servers/
H A Dapache_http.py55 executable = self._port_obj.path_to_apache()
192 proc = self._executive.popen([self._port_obj.path_to_apache(),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/web_tests/port/
H A Dmac.py94 def path_to_apache(self): member in MacPort
H A Dfuchsia.py291 def path_to_apache(self): member in FuchsiaPort
292 return self._host_port.path_to_apache()
H A Dwin.py171 def path_to_apache(self): member in WinPort
H A Dbase.py484 httpd_path = self.path_to_apache()
1311 httpd_path = self.path_to_apache()
1529 def path_to_apache(self): member in Port
1541 executable = self.path_to_apache()
1562 config = self._executive.run_command([self.path_to_apache(), '-v'])
H A Dlinux.py102 def path_to_apache(self): member in LinuxPort
H A Dbase_unittest.py868 port.path_to_apache = lambda: '/usr/sbin/httpd'
876 port.path_to_apache = lambda: '/usr/sbin/httpd'
882 port.path_to_apache = lambda: '/usr/sbin/httpd'
891 port.path_to_apache = lambda: '/usr/sbin/httpd'
H A Dandroid.py517 def path_to_apache(self): member in AndroidPort
518 return self._local_port.path_to_apache()
H A Dtest.py557 def path_to_apache(self): member in TestPort