Home
last modified time | relevance | path

Searched refs:NamedTemporaryFile (Results 1 - 5 of 5) sorted by relevance

/build/lite/
H A Dbuild_ext_components.py23 from tempfile import NamedTemporaryFile namespace
67 temp_file = NamedTemporaryFile(mode='wt', delete=False)
/build/lite/ndk/doc/
H A Dgen_doc.py34 with tempfile.NamedTemporaryFile(
/build/ohos/ndk/
H A Dgenerate_ndk_docs.py48 with tempfile.NamedTemporaryFile(
/build/scripts/
H A Dhapbuilder.py126 with build_utils.temp_dir() as package_dir, tempfile.NamedTemporaryFile(
/build/scripts/util/
H A Dbuild_utils.py149 A python context manager that yields a NamedTemporaryFile instance
159 with tempfile.NamedTemporaryFile(suffix=os.path.basename(path),

Completed in 3 milliseconds