OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_chroot
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/
chrooted_avahi.py
82
self.
_chroot
= None
141
self.
_chroot
= network_chroot.NetworkChroot(self.AVAHI_IF_NAME,
144
self.
_chroot
.add_config_templates(self.AVAHI_CONFIGS)
145
self.
_chroot
.add_root_directories(['etc/avahi', 'etc/avahi/services'])
146
self.
_chroot
.add_copied_config_files(['etc/resolv.conf',
148
self.
_chroot
.add_startup_command(
151
self.
_chroot
.bridge_dbus_namespaces()
152
self.
_chroot
.startup()
165
if self.
_chroot
:
167
for line in self.
_chroot
.get_log_contents().splitlines()
[
all
...]
vpn_server.py
156
self.
_chroot
= network_chroot.NetworkChroot(interface_name,
172
chroot = self.
_chroot
196
chroot = self.
_chroot
205
return self.
_chroot
.get_log_contents()
258
self.
_chroot
= network_chroot.NetworkChroot(interface_name,
265
chroot = self.
_chroot
302
return self.
_chroot
.get_log_contents()
307
chroot = self.
_chroot
Completed in 82 milliseconds