OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:state_dir
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/cros/faft/utils/
os_interface.py
58
self.
state_dir
= None
70
def init(self,
state_dir
=None, log_file=None):
74
state_dir
- a string, the name of the directory (as defined by the
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
[
all
...]
/external/dhcpcd-6.8.2/dhcpcd-hooks/
50-ntp.conf
21
ntp_conf_dir="$
state_dir
/ntp.conf"
37
local cf="$
state_dir
/ntp.conf.$ifname"
20-resolv.conf
9
resolv_conf_dir="$
state_dir
/resolv.conf"
15
local cf="$
state_dir
/resolv.conf.$ifname"
/external/autotest/client/cros/faft/
rpc_functions.py
98
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/
dhcpcd-run-hooks.in
20
state_dir
=@RUNDIR@/dhcpcd
Completed in 291 milliseconds