Searched refs:tmpdir (Results 1 – 10 of 10) sorted by relevance
19 with TemporaryDirectory() as tmpdir:21 write_temp_file(tmpdir, {27 board_file_path = Path(tmpdir) / 'board.xml'28 scenario_file_path = Path(tmpdir) / 'scenario.xml'29 config_summary_path = Path(tmpdir) / 'config_summary.rst'
21 with TemporaryDirectory() as tmpdir:23 write_temp_file(tmpdir, {29 board_file_path = Path(tmpdir) / 'board.xml'30 scenario_file_path = Path(tmpdir) / 'scenario.xml'31 launch_script_output_dir = Path(tmpdir) / 'output'
35 with TemporaryDirectory() as tmpdir:36 write_temp_file(tmpdir, {40 board_file_path = Path(tmpdir) / 'board.xml'41 scenario_file_path = Path(tmpdir) / 'scenario.xml'
27 with TemporaryDirectory() as tmpdir:28 write_temp_file(tmpdir, {31 board_file_path = Path(tmpdir) / 'board.xml'
29 with TemporaryDirectory() as tmpdir:30 write_temp_file(tmpdir, {33 scenario_file_path = Path(tmpdir) / 'scenario.xml'
46 def write_temp_file(tmpdir, file_dict: dict): argument47 temp_path = Path(tmpdir)
79 tmpdir=`mktemp -d`80 mount ${partition} ${tmpdir}81 echo ${tmpdir}85 tmpdir=$187 umount ${tmpdir}88 rmdir ${tmpdir}
84 tmpdir=`mktemp -d`85 mount ${partition} ${tmpdir}86 echo ${tmpdir}90 tmpdir=$192 umount ${tmpdir}93 rmdir ${tmpdir}
Completed in 11 milliseconds