Home
last modified time | relevance | path

Searched refs:tempfile (Results 1 - 7 of 7) sorted by relevance

/build/lite/ndk/doc/
H A Dgen_doc.py24 import tempfile namespace
34 with tempfile.NamedTemporaryFile(
/build/ohos/ndk/
H A Dgenerate_ndk_docs.py20 import tempfile namespace
48 with tempfile.NamedTemporaryFile(
/build/ohos/images/mkimage/
H A Dmkimages.py21 import tempfile namespace
39 tmp_dir = tempfile.mkdtemp(prefix="tmp")
/build/templates/rust/
H A Drun_build_script.py16 import tempfile namespace
135 with tempfile.TemporaryDirectory() as tempdir:
/build/lite/
H A Dbuild_ext_components.py23 from tempfile import NamedTemporaryFile
/build/scripts/
H A Dhapbuilder.py21 import tempfile namespace
126 with build_utils.temp_dir() as package_dir, tempfile.NamedTemporaryFile(
/build/scripts/util/
H A Dbuild_utils.py21 import tempfile namespace
47 dirname = tempfile.mkdtemp()
159 with tempfile.NamedTemporaryFile(suffix=os.path.basename(path),
163 # Change tempfile permission to 664

Completed in 3 milliseconds