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
45
) sorted by null
1
2
/external/c-ares/
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/cmockery/cmockery_0_1_2/
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/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/fec/
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/icu/icu4c/source/
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/iputils/ninfod/
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/jemalloc/build-aux/
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/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/libogg/
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/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/libvorbis/
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/ltp/utils/ffsb-6.0-rc2/
install-sh
127
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
129
# 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/openssh/
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/swiftshader/third_party/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/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/python/cpython2/
install-sh
145
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
147
# if $src (and thus $
dsttmp
) contains '*'.
242
dsttmp
=$dstdir/#inst.$$#
247
trap 'status=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $status' 0
252
$doit $instcmd "$src" "$
dsttmp
" &&
258
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
260
if [ x"$chowncmd" != x ]; then $doit $chowncmd "$
dsttmp
"; else :;fi &&
261
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$
dsttmp
"; else :;fi &&
262
if [ x"$stripcmd" != x ]; then $doit $stripcmd "$
dsttmp
"; else :;fi &&
263
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$
dsttmp
"; else :;fi &
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/config/
install-sh
145
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
147
# if $src (and thus $
dsttmp
) contains '*'.
242
dsttmp
=$dstdir/#inst.$$#
247
trap 'status=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $status' 0
252
$doit $instcmd "$src" "$
dsttmp
" &&
258
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
260
if [ x"$chowncmd" != x ]; then $doit $chowncmd "$
dsttmp
"; else :;fi &&
261
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$
dsttmp
"; else :;fi &&
262
if [ x"$stripcmd" != x ]; then $doit $stripcmd "$
dsttmp
"; else :;fi &&
263
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$
dsttmp
"; else :;fi &
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/config/
install-sh
145
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
147
# if $src (and thus $
dsttmp
) contains '*'.
242
dsttmp
=$dstdir/#inst.$$#
247
trap 'status=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $status' 0
252
$doit $instcmd "$src" "$
dsttmp
" &&
258
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
260
if [ x"$chowncmd" != x ]; then $doit $chowncmd "$
dsttmp
"; else :;fi &&
261
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$
dsttmp
"; else :;fi &&
262
if [ x"$stripcmd" != x ]; then $doit $stripcmd "$
dsttmp
"; else :;fi &&
263
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$
dsttmp
"; else :;fi &
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
install-sh
145
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
147
# if $src (and thus $
dsttmp
) contains '*'.
242
dsttmp
=$dstdir/#inst.$$#
247
trap 'status=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $status' 0
252
$doit $instcmd "$src" "$
dsttmp
" &&
258
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
260
if [ x"$chowncmd" != x ]; then $doit $chowncmd "$
dsttmp
"; else :;fi &&
261
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$
dsttmp
"; else :;fi &&
262
if [ x"$stripcmd" != x ]; then $doit $stripcmd "$
dsttmp
"; else :;fi &&
263
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$
dsttmp
"; else :;fi &
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
install-sh
145
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
147
# if $src (and thus $
dsttmp
) contains '*'.
242
dsttmp
=$dstdir/#inst.$$#
247
trap 'status=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $status' 0
252
$doit $instcmd "$src" "$
dsttmp
" &&
258
# errors from the above "$doit $instcmd $src $
dsttmp
" command.
260
if [ x"$chowncmd" != x ]; then $doit $chowncmd "$
dsttmp
"; else :;fi &&
261
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$
dsttmp
"; else :;fi &&
262
if [ x"$stripcmd" != x ]; then $doit $stripcmd "$
dsttmp
"; else :;fi &&
263
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$
dsttmp
"; else :;fi &
[
all
...]
/external/ImageMagick/config/
install-sh
260
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
262
# if $src (and thus $
dsttmp
) contains '*'.
430
dsttmp
=$dstdir/_inst.$$_
434
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
437
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
443
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
445
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
446
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
447
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
448
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/external/bison/build-aux/
install-sh
255
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
257
# if $src (and thus $
dsttmp
) contains '*'.
453
dsttmp
=$dstdir/_inst.$$_
457
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
460
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
466
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
468
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
469
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
470
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
471
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/external/google-breakpad/autotools/
install-sh
255
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
257
# if $src (and thus $
dsttmp
) contains '*'.
453
dsttmp
=$dstdir/_inst.$$_
457
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
460
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
466
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
468
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
469
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
470
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
471
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/external/google-tv-pairing-protocol/cpp/
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/libcap-ng/libcap-ng-0.7/
install-sh
255
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
257
# if $src (and thus $
dsttmp
) contains '*'.
453
dsttmp
=$dstdir/_inst.$$_
457
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
460
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
466
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
468
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
469
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
470
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
471
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
Completed in 6628 milliseconds
1
2