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

/frameworks/base/tools/layoutlib/rename_font/
H A Dtest.py19 import tempfile namespace
24 srcdir = tempfile.mkdtemp()
27 destdir = tempfile.mkdtemp()
/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/packages/Keyguard/scripts/
H A Dnew_merge.py7 import tempfile namespace
/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 205 milliseconds