Home
last modified time | relevance | path

Searched refs:state_dir (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dos_interface.py58 self.state_dir = None
70 def init(self, state_dir=None, log_file=None): argument
83 self.state_dir = state_dir
85 if self.state_dir:
86 if not os.path.exists(self.state_dir):
88 os.mkdir(self.state_dir)
95 self.log_file = os.path.join(state_dir, log_file)
209 return os.path.join(self.state_dir, file_name)
225 if not self.log_file or not os.path.exists(self.state_dir):
/external/dhcpcd-6.8.2/dhcpcd-hooks/
D50-ntp.conf21 ntp_conf_dir="$state_dir/ntp.conf"
37 local cf="$state_dir/ntp.conf.$ifname"
D20-resolv.conf9 resolv_conf_dir="$state_dir/resolv.conf"
15 local cf="$state_dir/resolv.conf.$ifname"
D10-mtu3 mtu_dir="$state_dir/mtu"
D50-ypbind.in6 ypbind_dir="$state_dir/ypbind"
/external/autotest/client/cros/faft/
Drpc_functions.py98 state_dir = '/var/tmp/faft'
99 self._log_file = os.path.join(state_dir, 'faft_client.log')
100 self._os_if.init(state_dir, log_file=self._log_file)
101 os.chdir(state_dir)
/external/dhcpcd-6.8.2/
Ddhcpcd-run-hooks.in20 state_dir=@RUNDIR@/dhcpcd