OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_dirpath
(Results
1 - 2
of
2
) sorted by null
/external/autotest/tko/parsers/test/
new_scenario.py
78
tmp_dirpath
= autotemp.tempdir(unique_id='new_scenario')
79
copied_dirpath = path.join(
tmp_dirpath
.name, results_dirname)
107
tmp_dirpath
.clean()
scenario_base.py
211
self.
tmp_dirpath
, self.results_dirpath = load_results_dir(
229
if self.
tmp_dirpath
:
230
self.
tmp_dirpath
.clean()
335
tmp_dirpath
= autotemp.tempdir(unique_id='scenario_base')
337
tgz.extract(results_dirname,
tmp_dirpath
.name)
339
tgz.extract(info.name,
tmp_dirpath
.name)
340
return
tmp_dirpath
, path.join(
tmp_dirpath
.name, results_dirname)
Completed in 234 milliseconds