HomeSort by relevance Sort by last modified time
    Searched refs:bindir (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/chromium/testing/gmock/scripts/
gmock-config.in 204 # gtest-config script rather than searching the PATH and our bindir for one.
207 bindir="@bindir@"
210 if test "${this_bindir}" = "${this_bindir%${bindir}}"; then
211 # The path to the script doesn't end in the bindir sequence from Autoconf,
242 gtest_config="${bindir}/gtest-config"
  /external/libvpx/libvpx/third_party/googletest/src/scripts/
gtest-config.in 205 bindir="@bindir@"
208 if test "${this_bindir}" = "${this_bindir%${bindir}}"; then
209 # The path to the script doesn't end in the bindir sequence from Autoconf,
  /external/chromium/testing/gtest/scripts/
gtest-config.in 205 bindir="@bindir@"
208 if test "${this_bindir}" = "${this_bindir%${bindir}}"; then
209 # The path to the script doesn't end in the bindir sequence from Autoconf,
  /external/gtest/scripts/
gtest-config.in 205 bindir="@bindir@"
208 if test "${this_bindir}" = "${this_bindir%${bindir}}"; then
209 # The path to the script doesn't end in the bindir sequence from Autoconf,
  /external/protobuf/gtest/scripts/
gtest-config.in 205 bindir="@bindir@"
208 if test "${this_bindir}" = "${this_bindir%${bindir}}"; then
209 # The path to the script doesn't end in the bindir sequence from Autoconf,
  /external/elfutils/tests/
test-subr.sh 98 program=${bindir}/`program_transform ${program##*/}`
  /external/icu4c/config/
test-icu-config.sh 14 icu-config --bindir
45 icu-config --prefix=/tmp --bindir
icu-config-bottom 23 echo " --bindir Print binary directory path (bin)"
169 --bindir)
170 echo $bindir
200 if [ -x ${bindir}/${var} ]; then
201 CMD="${bindir}/${var}"
icu-config 55 bindir="${exec_prefix}/bin"
174 GENRB="${bindir}/genrb"
175 PKGDATA="${bindir}/pkgdata"
370 echo " --bindir Print binary directory path (bin)"
516 --bindir)
517 echo $bindir
547 if [ -x ${bindir}/${var} ]; then
548 CMD="${bindir}/${var}"
Makefile.inc.in 32 bindir = @bindir@
154 GENRB = $(bindir)/genrb
155 PKGDATA = $(bindir)/pkgdata
  /external/icu4c/tools/genbrk/
Makefile.in 27 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
54 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
55 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
  /external/icu4c/tools/gencfu/
Makefile.in 27 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
54 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
55 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
  /external/icu4c/tools/gencnval/
Makefile.in 28 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
55 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
56 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
  /external/icu4c/tools/gendict/
Makefile.in 27 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
54 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
55 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
  /external/icu4c/tools/genrb/
Makefile.in 30 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
31 DERB = $(BINDIR)/$(DERB_STUB_NAME)$(EXEEXT)
63 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
64 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
65 $(INSTALL) $(DERB) $(DESTDIR)$(bindir)
  /external/openssh/contrib/cygwin/
Makefile 5 bindir=$(prefix)/bin macro
62 $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
63 $(INSTALL) -m 755 ssh-host-config $(DESTDIR)$(bindir)/ssh-host-config
64 $(INSTALL) -m 755 ssh-user-config $(DESTDIR)$(bindir)/ssh-user-config
67 $(INSTALL) -m 755 $(copyidsrcdir)/ssh-copy-id $(DESTDIR)$(bindir)/ssh-copy-id
  /external/blktrace/
Makefile 57 bindir = $(prefix)/bin macro
81 $(INSTALL) -m 755 -d $(DESTDIR)$(bindir)
84 $(INSTALL) -m 755 $(ALL) $(DESTDIR)$(bindir)
  /prebuilts/devtools/tools/
lint 70 -Dcom.android.tools.lint.bindir="$progdir" \
screenshot2 74 exec java -Xmx128M $os_opts $java_debug -Djava.ext.dirs="$frameworkdir" -Djava.library.path="$libdir" -Dcom.android.screenshot.bindir="$progdir" -jar "$jarpath" "$@"
ddms 109 -Dcom.android.ddms.bindir="$progdir" \
hierarchyviewer 112 -Dcom.android.hierarchyviewer.bindir="$progdir" \
  /prebuilts/sdk/tools/
lint 70 -Dcom.android.tools.lint.bindir="$progdir" \
  /external/icu4c/tools/icuinfo/
Makefile.in 54 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
55 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
  /external/icu4c/tools/makeconv/
Makefile.in 27 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
54 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
55 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
  /external/openssh/contrib/aix/
buildbff.sh 77 for confvar in prefix exec_prefix bindir sbindir libexecdir datadir mandir mansubdir sysconfdir piddir srcdir
247 $bindir/ssh-keygen -t rsa1 -f $sysconfdir/ssh_host_key -N ""
252 $bindir/ssh-keygen -t dsa -f $sysconfdir/ssh_host_dsa_key -N ""
257 $bindir/ssh-keygen -t rsa -f $sysconfdir/ssh_host_rsa_key -N ""
340 for i in $bindir $sysconfdir $libexecdir $mandir/${mansubdir}1 $mandir/${mansubdir}8 $sbindir $datadir /usr/lpp/openssh

Completed in 1015 milliseconds

1 2 3 4