OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:state_file
(Results
1 - 4
of
4
) sorted by null
/external/v8/tools/unittests/
predictable_wrapper_test.py
27
fd,
state_file
= tempfile.mkstemp()
36
state_file
,
42
os.unlink(
state_file
)
/external/toolchain-utils/binary_search_tool/test/
binary_search_tool_tester.py
48
os.remove(binary_search_state.
STATE_FILE
)
55
os.remove(os.readlink(binary_search_state.
STATE_FILE
))
56
os.remove(binary_search_state.
STATE_FILE
)
120
os.remove(binary_search_state.
STATE_FILE
)
129
os.remove(os.readlink(binary_search_state.
STATE_FILE
))
134
'./is_setup', binary_search_state.
STATE_FILE
, 'noinc_prune_bad',
196
state_file
= binary_search_state.
STATE_FILE
199
with open(
state_file
, 'w') as f:
206
with open(
state_file
, 'r') as f
[
all
...]
/external/v8/tools/release/
common_includes.py
447
state_file
= "%s-state.json" % self._config["PERSISTFILE_BASENAME"]
448
if not self._state and os.path.exists(
state_file
):
449
self._state.update(json.loads(FileToText(
state_file
)))
456
TextToFile(json.dumps(self._state),
state_file
)
891
state_file
= "%s-state.json" % self._config["PERSISTFILE_BASENAME"]
892
if options.step == 0 and os.path.exists(
state_file
):
893
os.remove(
state_file
)
/external/autotest/server/
autotest.py
553
state_file
= host.job.preprocess_client_state()
554
host.send_file(
state_file
, atrun.remote_control_file + '.init.state')
555
os.remove(
state_file
)
[
all
...]
Completed in 412 milliseconds