Home
last modified time | relevance | path

Searched refs:tmpfile (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/tools/
Dmk_qemu_image.sh27 tmpfile=$(mktemp -t unsparse_image.XXXXXX)
28 ${SIMG2IMG:-simg2img} $srcimg $tmpfile > /dev/null 2>&1
29 srcimg="$tmpfile"
45 if [[ -e $tmpfile ]]; then
46 rm $tmpfile
/device/google/cuttlefish/tools/
Dnetwork-setup.sh283 tmpfile=`mktemp`
284 echo "echo cuttlefish" > "$tmpfile"
285 chmod a+x "$tmpfile"
286 chown $SUDO_USER "$tmpfile"
287 sudo SSH_ASKPASS="${tmpfile}" DISPLAY=:0 su $SUDO_USER -c "setsid -w ssh-copy-id -i ${USER_HOME}/.s…
290 …sudo SSH_ASKPASS="${tmpfile}" DISPLAY=:0 su $SUDO_USER -c "setsid -w ssh-copy-id -i ${USER_HOME}/.…
Dcreate_base_image_combined.sh79 tmpfile=`mktemp`
81 cat > ${tmpfile} << "EOF"
95 echo "Sha=`${script_dir}/gen_sha.sh --uboot ${UBOOT_REPO} --kernel ${KERNEL_REPO}`" >> ${tmpfile}
96 …OP}/device/google/cuttlefish_prebuilts/uboot_tools/mkenvimage -s 32768 -o ${bootenv} - < ${tmpfile}