OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cp_src
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/
autoboot
407
cp_src
=$1
410
if cmp -s "$
cp_src
" "$GNULIB_SRCDIR/$cp_dst"; then
412
elif cmp -s "$
cp_src
" "$local_gl_dir/$cp_dst"; then
428
cmp -s "$
cp_src
" "$cp_dst" || {
431
echo "$0: cp -f $
cp_src
$cp_dst" &&
433
cp "$
cp_src
" "$cp_dst-t" &&
434
sed "s!$bt_regex/!!g" "$
cp_src
" > "$cp_dst-t" &&
440
cp "$
cp_src
" "$cp_dst-t" &&
444
sed "s!$bt_regex/!!g" "$
cp_src
"
449
echo "$0: cp $
cp_src
$cp_dst # with edits" &
[
all
...]
/ndk/build/tools/
ndk-common.sh
684
cp_src
=`echo $1 | sed -e s%^file://%%g`
685
run cp -f $
cp_src
$2
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
610
cp_src
=`echo $1 | sed -e s%^file://%%g`
611
run cp -f $
cp_src
$2
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
610
cp_src
=`echo $1 | sed -e s%^file://%%g`
611
run cp -f $
cp_src
$2
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh
532
cp_src
=`echo $1 | sed -e s%^file://%%g`
533
run cp -f $
cp_src
$2
[
all
...]
Completed in 33 milliseconds