OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dsttmp
(Results
1 - 25
of
26
) sorted by null
1
2
/external/webkit/Tools/android/flex-2.5.4a/
install.sh
100
dsttmp
=$dstdir/#inst.$$#
104
$doit $instcmd $src $
dsttmp
108
if [ x"$chowncmd" != x ]; then $doit $chowncmd $
dsttmp
; fi
109
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $
dsttmp
; fi
110
if [ x"$stripcmd" != x ]; then $doit $stripcmd $
dsttmp
; fi
111
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $
dsttmp
; fi
116
$doit $mvcmd $
dsttmp
$dst
/external/bison/build-aux/
install-sh
185
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
187
# if $src (and thus $
dsttmp
) contains '*'.
260
dsttmp
=$dstdir/_inst.$$_
264
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
268
$doit $cpprog "$src" "$
dsttmp
" &&
274
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
276
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } \
277
&& { test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } \
278
&& { test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } \
279
&& { test -z "$chmodcmd" || $doit $chmodcmd "$
dsttmp
"; } &
[
all
...]
/external/chromium/third_party/libevent/
install-sh
114
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
116
# if $src (and thus $
dsttmp
) contains '*'.
211
dsttmp
=$dstdir/#inst.$$#
215
$doit $instcmd $src $
dsttmp
&&
217
trap "rm -f ${
dsttmp
}" 0 &&
223
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
225
if [ x"$chowncmd" != x ]; then $doit $chowncmd $
dsttmp
; else true;fi &&
226
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $
dsttmp
; else true;fi &&
227
if [ x"$stripcmd" != x ]; then $doit $stripcmd $
dsttmp
; else true;fi &&
228
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $
dsttmp
; else true;fi &
[
all
...]
/external/dropbear/
install-sh
127
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
129
# if $src (and thus $
dsttmp
) contains '*'.
224
dsttmp
=$dstdir/#inst.$$#
228
$doit $instcmd $src $
dsttmp
&&
230
trap "rm -f ${
dsttmp
}" 0 &&
236
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
238
if [ x"$chowncmd" != x ]; then $doit $chowncmd $
dsttmp
; else true;fi &&
239
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $
dsttmp
; else true;fi &&
240
if [ x"$stripcmd" != x ]; then $doit $stripcmd $
dsttmp
; else true;fi &&
241
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $
dsttmp
; else true;fi &
[
all
...]
/external/e2fsprogs/config/
install-sh
114
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
116
# if $src (and thus $
dsttmp
) contains '*'.
211
dsttmp
=$dstdir/#inst.$$#
215
$doit $instcmd $src $
dsttmp
&&
217
trap "rm -f ${
dsttmp
}" 0 &&
223
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
225
if [ x"$chowncmd" != x ]; then $doit $chowncmd $
dsttmp
; else true;fi &&
226
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $
dsttmp
; else true;fi &&
227
if [ x"$stripcmd" != x ]; then $doit $stripcmd $
dsttmp
; else true;fi &&
228
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $
dsttmp
; else true;fi &
[
all
...]
/external/elfutils/config/
install-sh
127
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
129
# if $src (and thus $
dsttmp
) contains '*'.
224
dsttmp
=$dstdir/#inst.$$#
228
$doit $instcmd $src $
dsttmp
&&
230
trap "rm -f ${
dsttmp
}" 0 &&
236
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
238
if [ x"$chowncmd" != x ]; then $doit $chowncmd $
dsttmp
; else :;fi &&
239
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $
dsttmp
; else :;fi &&
240
if [ x"$stripcmd" != x ]; then $doit $stripcmd $
dsttmp
; else :;fi &&
241
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $
dsttmp
; else :;fi &
[
all
...]
/external/expat/conftools/
install-sh
127
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
129
# if $src (and thus $
dsttmp
) contains '*'.
224
dsttmp
=$dstdir/#inst.$$#
228
$doit $instcmd $src $
dsttmp
&&
230
trap "rm -f ${
dsttmp
}" 0 &&
236
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
238
if [ x"$chowncmd" != x ]; then $doit $chowncmd $
dsttmp
; else true;fi &&
239
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $
dsttmp
; else true;fi &&
240
if [ x"$stripcmd" != x ]; then $doit $stripcmd $
dsttmp
; else true;fi &&
241
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $
dsttmp
; else true;fi &
[
all
...]
/external/genext2fs/
install-sh
185
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
187
# if $src (and thus $
dsttmp
) contains '*'.
260
dsttmp
=$dstdir/_inst.$$_
264
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
268
$doit $cpprog "$src" "$
dsttmp
" &&
274
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
276
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } \
277
&& { test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } \
278
&& { test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } \
279
&& { test -z "$chmodcmd" || $doit $chmodcmd "$
dsttmp
"; } &
[
all
...]
/external/grub/
install-sh
185
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
187
# if $src (and thus $
dsttmp
) contains '*'.
260
dsttmp
=$dstdir/_inst.$$_
264
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
268
$doit $cpprog "$src" "$
dsttmp
" &&
274
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
276
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } \
277
&& { test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } \
278
&& { test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } \
279
&& { test -z "$chmodcmd" || $doit $chmodcmd "$
dsttmp
"; } &
[
all
...]
/external/icu4c/
install-sh
127
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
129
# if $src (and thus $
dsttmp
) contains '*'.
224
dsttmp
=$dstdir/#inst.$$#
228
$doit $instcmd $src $
dsttmp
&&
230
trap "rm -f ${
dsttmp
}" 0 &&
236
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
238
if [ x"$chowncmd" != x ]; then $doit $chowncmd $
dsttmp
; else true;fi &&
239
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $
dsttmp
; else true;fi &&
240
if [ x"$stripcmd" != x ]; then $doit $stripcmd $
dsttmp
; else true;fi &&
241
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $
dsttmp
; else true;fi &
[
all
...]
/external/jpeg/
install-sh
126
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
128
# if $src (and thus $
dsttmp
) contains '*'.
223
dsttmp
=$dstdir/#inst.$$#
227
$doit $instcmd $src $
dsttmp
&&
229
trap "rm -f ${
dsttmp
}" 0 &&
235
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
237
if [ x"$chowncmd" != x ]; then $doit $chowncmd $
dsttmp
; else true;fi &&
238
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $
dsttmp
; else true;fi &&
239
if [ x"$stripcmd" != x ]; then $doit $stripcmd $
dsttmp
; else true;fi &&
240
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $
dsttmp
; else true;fi &
[
all
...]
/external/libffi/
install-sh
185
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
187
# if $src (and thus $
dsttmp
) contains '*'.
260
dsttmp
=$dstdir/_inst.$$_
264
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
268
$doit $cpprog "$src" "$
dsttmp
" &&
274
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
276
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } \
277
&& { test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } \
278
&& { test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } \
279
&& { test -z "$chmodcmd" || $doit $chmodcmd "$
dsttmp
"; } &
[
all
...]
/external/liblzf/
install-sh
127
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
129
# if $src (and thus $
dsttmp
) contains '*'.
224
dsttmp
=$dstdir/#inst.$$#
228
$doit $instcmd $src $
dsttmp
&&
230
trap "rm -f ${
dsttmp
}" 0 &&
236
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
238
if [ x"$chowncmd" != x ]; then $doit $chowncmd $
dsttmp
; else true;fi &&
239
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $
dsttmp
; else true;fi &&
240
if [ x"$stripcmd" != x ]; then $doit $stripcmd $
dsttmp
; else true;fi &&
241
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $
dsttmp
; else true;fi &
[
all
...]
/external/libpcap/
install-sh
126
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
128
# if $src (and thus $
dsttmp
) contains '*'.
223
dsttmp
=$dstdir/#inst.$$#
227
$doit $instcmd $src $
dsttmp
&&
229
trap "rm -f ${
dsttmp
}" 0 &&
235
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
237
if [ x"$chowncmd" != x ]; then $doit $chowncmd $
dsttmp
; else true;fi &&
238
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $
dsttmp
; else true;fi &&
239
if [ x"$stripcmd" != x ]; then $doit $stripcmd $
dsttmp
; else true;fi &&
240
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $
dsttmp
; else true;fi &
[
all
...]
/external/llvm/autoconf/
install-sh
185
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
187
# if $src (and thus $
dsttmp
) contains '*'.
259
dsttmp
=$dstdir/_inst.$$_
263
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
267
$doit $cpprog "$src" "$
dsttmp
" &&
273
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
275
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } \
276
&& { test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } \
277
&& { test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } \
278
&& { test -z "$chmodcmd" || $doit $chmodcmd "$
dsttmp
"; } &
[
all
...]
/external/qemu-pc-bios/bochs/
install-sh
127
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
129
# if $src (and thus $
dsttmp
) contains '*'.
224
dsttmp
=$dstdir/#inst.$$#
228
$doit $instcmd $src $
dsttmp
&&
230
trap "rm -f ${
dsttmp
}" 0 &&
236
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
238
if [ x"$chowncmd" != x ]; then $doit $chowncmd $
dsttmp
; else true;fi &&
239
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $
dsttmp
; else true;fi &&
240
if [ x"$stripcmd" != x ]; then $doit $stripcmd $
dsttmp
; else true;fi &&
241
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $
dsttmp
; else true;fi &
[
all
...]
/external/srtp/
install-sh
127
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
129
# if $src (and thus $
dsttmp
) contains '*'.
224
dsttmp
=$dstdir/#inst.$$#
228
$doit $instcmd $src $
dsttmp
&&
230
trap "rm -f ${
dsttmp
}" 0 &&
236
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
238
if [ x"$chowncmd" != x ]; then $doit $chowncmd $
dsttmp
; else true;fi &&
239
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $
dsttmp
; else true;fi &&
240
if [ x"$stripcmd" != x ]; then $doit $stripcmd $
dsttmp
; else true;fi &&
241
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $
dsttmp
; else true;fi &
[
all
...]
/external/tcpdump/
install-sh
126
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
128
# if $src (and thus $
dsttmp
) contains '*'.
223
dsttmp
=$dstdir/#inst.$$#
227
$doit $instcmd $src $
dsttmp
&&
229
trap "rm -f ${
dsttmp
}" 0 &&
235
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
237
if [ x"$chowncmd" != x ]; then $doit $chowncmd $
dsttmp
; else true;fi &&
238
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $
dsttmp
; else true;fi &&
239
if [ x"$stripcmd" != x ]; then $doit $stripcmd $
dsttmp
; else true;fi &&
240
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $
dsttmp
; else true;fi &
[
all
...]
/external/strace/
install-sh
127
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
129
# if $src (and thus $
dsttmp
) contains '*'.
224
dsttmp
=$dstdir/#inst.$$#
229
trap 'status=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $status' 0
234
$doit $instcmd "$src" "$
dsttmp
" &&
240
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
242
if [ x"$chowncmd" != x ]; then $doit $chowncmd "$
dsttmp
"; else :;fi &&
243
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$
dsttmp
"; else :;fi &&
244
if [ x"$stripcmd" != x ]; then $doit $stripcmd "$
dsttmp
"; else :;fi &&
245
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$
dsttmp
"; else :;fi &
[
all
...]
/external/chromium/sdch/open-vcdiff/
install-sh
243
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
245
# if $src (and thus $
dsttmp
) contains '*'.
446
dsttmp
=$dstdir/_inst.$$_
450
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
453
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
459
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
461
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
462
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
463
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
464
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/external/libpng/
install-sh
243
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
245
# if $src (and thus $
dsttmp
) contains '*'.
446
dsttmp
=$dstdir/_inst.$$_
450
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
453
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
459
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
461
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
462
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
463
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
464
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/external/pcre/
install-sh
243
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
245
# if $src (and thus $
dsttmp
) contains '*'.
446
dsttmp
=$dstdir/_inst.$$_
450
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
453
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
459
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
461
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
462
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
463
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
464
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/external/protobuf/gtest/build-aux/
install-sh
243
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
245
# if $src (and thus $
dsttmp
) contains '*'.
446
dsttmp
=$dstdir/_inst.$$_
450
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
453
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
459
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
461
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
462
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
463
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
464
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/external/protobuf/
install-sh
243
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
245
# if $src (and thus $
dsttmp
) contains '*'.
446
dsttmp
=$dstdir/_inst.$$_
450
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
453
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
459
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
461
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
462
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
463
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
464
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/external/valgrind/main/
install-sh
243
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
245
# if $src (and thus $
dsttmp
) contains '*'.
446
dsttmp
=$dstdir/_inst.$$_
450
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
453
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
459
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
461
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
462
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
463
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
464
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
Completed in 447 milliseconds
1
2