Searched refs:_path_to_apache (Results 1 – 8 of 8) sorted by relevance
154 result = self._check_file_exists(self._path_to_apache(), "apache2")174 def _path_to_apache(self): member in LinuxPort
104 def _path_to_apache(self): member in MacPort
157 def _path_to_apache(self): member in WinPort
332 port._path_to_apache = lambda: '/usr/sbin/httpd'341 port._path_to_apache = lambda: '/usr/sbin/httpd'
436 httpd_path = self._path_to_apache()1377 def _path_to_apache(self): member in Port1391 config = self._executive.run_command([self._path_to_apache(), '-v'])
511 def _path_to_apache(self): member in TestPort
634 def _path_to_apache(self): member in AndroidPort635 return self._host_port._path_to_apache()
72 executable = self._port_obj._path_to_apache()