Home | History | Annotate | Download | only in misc

Lines Matching full:temp_path

793             temp_path = tempfile.mkdtemp(prefix="__opencv_temp.", dir=orig_temp_path or None)
794 os.environ['OPENCV_TEMP_PATH'] = temp_path
809 shutil.rmtree(temp_path)