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

/frameworks/base/tools/obbtool/
H A Dmkobb.sh138 if [ "x${tempfile}" != "x" -a -f "${tempfile}" ]; then \
139 rm -f ${tempfile}
212 tempfile=$(tempfile -d ${outdir}) || ( echo "ERROR: couldn't create temporary file in ${outdir}"; exit 1 )
221 ${DDBIN} if=/dev/zero of=${tempfile} bs=${BLOCK_SIZE} count=$((${block_count} + ${SLOP})) > /dev/null 2>&1
228 ${LOSETUPBIN} ${loop_dev} ${tempfile} || ( echo "ERROR: couldn't create loopback device"; exit 1 )
232 unique_dm_name=`basename ${tempfile}`
277 mv ${tempfile} ${filename}
/frameworks/base/tests/DumpRenderTree2/assets/
H A Drun_layout_tests.py18 import tempfile namespace
29 tmpdir = tempfile.gettempdir()
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py32 import tempfile namespace
213 self.temp_libdir = tempfile.mkdtemp()
513 self.temp_dir = tempfile.mkdtemp()

Completed in 252 milliseconds