Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 7 of 7) sorted by relevance

/bootable/diskinstaller/
Dinstaller.c203 const char *tmp; in process_image_node() local
212 if ((tmp = config_str(img, "offset", NULL)) != NULL) in process_image_node()
213 offset = strtoull(tmp, NULL, 0); in process_image_node()
216 if ((tmp = config_str(img, "partition", NULL)) != NULL) { in process_image_node()
223 if (!(pinfo = find_part(dinfo, tmp))) { in process_image_node()
225 tmp, img->name); in process_image_node()
238 if ((tmp = config_str(img, "mkfs", NULL)) != NULL) { in process_image_node()
250 if (!strcmp(tmp, "ext4")) in process_image_node()
252 else if (!strcmp(tmp, "ext2")) in process_image_node()
254 else if (!strcmp(tmp, "ext3")) in process_image_node()
[all …]
Dinit.rc14 mount /tmp /tmp tmpfs
/bootable/recovery/minelf/
DRetouch.c53 int32_t tmp = (((encoded_bytes[0] & 0x0000001f) << 8) | in decode_bytes() local
55 if (tmp & 0x1000) tmp = 0xffffe000 | tmp; in decode_bytes()
56 *dst_contents = cont_prev + tmp; in decode_bytes()
61 int32_t tmp = (((encoded_bytes[0] & 0x0000000f) << 16) | in decode_bytes() local
64 if (tmp & 0x80000) tmp = 0xfff00000 | tmp; in decode_bytes()
65 *dst_contents = cont_prev + tmp; in decode_bytes()
/bootable/recovery/applypatch/
Dimgdiff_test.sh15 WORK_DIR=/data/local/tmp
89 … $(size $tmpdir/patch) of $(size $tmpdir/target) bsdiff $(size $tmpdir/patch.bs)" >> /tmp/stats.txt
91 run_command rm /data/local/tmp/target
93 run_command /data/local/tmp/applypatch /data/local/tmp/source \
94 /data/local/tmp/target $(sha1 $tmpdir/target) $(size $tmpdir/target) \
95 $(sha1 $tmpdir/source):/data/local/tmp/patch \
97 $ADB pull /data/local/tmp/target $tmpdir/result
Dbsdiff.c62 off_t i,j,k,x,tmp,jj,kk; in split() local
73 tmp=I[k+j];I[k+j]=I[k+i];I[k+i]=tmp; in split()
96 tmp=I[i];I[i]=I[jj+j];I[jj+j]=tmp; in split()
99 tmp=I[i];I[i]=I[kk+k];I[kk+k]=tmp; in split()
108 tmp=I[jj+j];I[jj+j]=I[kk+k];I[kk+k]=tmp; in split()
/bootable/recovery/etc/
Dinit.rc18 mount /tmp /tmp tmpfs
20 chown root shell /tmp
21 chmod 0775 /tmp
/bootable/recovery/
Dverifier_test.sh12 WORK_DIR=/data/local/tmp