Home
last modified time | relevance | path

Searched refs:_path_to_apache (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dlinux.py154 result = self._check_file_exists(self._path_to_apache(), "apache2")
174 def _path_to_apache(self): member in LinuxPort
Dmac.py104 def _path_to_apache(self): member in MacPort
Dwin.py157 def _path_to_apache(self): member in WinPort
Dbase_unittest.py332 port._path_to_apache = lambda: '/usr/sbin/httpd'
341 port._path_to_apache = lambda: '/usr/sbin/httpd'
Dbase.py436 httpd_path = self._path_to_apache()
1377 def _path_to_apache(self): member in Port
1391 config = self._executive.run_command([self._path_to_apache(), '-v'])
Dtest.py511 def _path_to_apache(self): member in TestPort
Dandroid.py634 def _path_to_apache(self): member in AndroidPort
635 return self._host_port._path_to_apache()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
Dapache_http_server.py72 executable = self._port_obj._path_to_apache()