/external/bluetooth/bluedroid/tools/ |
gen-buildcfg.sh | 0 #!/usr/bin/env bash 15 DATE=`/usr/bin/env date`
|
/external/chromium_org/third_party/libjingle/source/talk/build/ |
common.gypi | 43 'java_home%': '<!(python -c "import os; dir=os.getenv(\'JAVA_HOME\', \'/usr/lib/jvm/java-6-sun\'); assert os.path.exists(os.path.join(dir, \'include/jni.h\')), \'Point \\$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!\'; print dir")',
|
/external/chromium_org/third_party/openssl/openssl/crypto/threads/ |
profile.sh | 3 cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
dnsmasq.SlackBuild | 27 make install-i18n PREFIX=/usr DESTDIR=$PKG MANDIR=/usr/man 28 chmod 755 $PKG/usr/sbin/dnsmasq 29 chown -R root.bin $PKG/usr/sbin 30 gzip -9 $PKG/usr/man/man8/dnsmasq.8 31 for f in $PKG/usr/share/man/*; do 36 gzip -9 $PKG/usr/man/*/man8/dnsmasq.8 46 mkdir -p $PKG/usr/doc/dnsmasq-$VERSION 49 $PKG/usr/doc/dnsmasq-$VERSION
|
/external/dnsmasq/contrib/wrt/ |
lease_update.sh | 20 NVRAM=/usr/sbin/nvram
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
phase1-down.sh | 7 PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
|
/external/openssh/contrib/hpux/ |
sshd.rc | 22 PATH=/usr/sbin:/usr/bin:/sbin 30 # NOTE: If your script executes in run state 0 or state 1, then /usr might 32 # /usr unless your script executes in run state 2 or greater. Other
|
/external/openssl/crypto/threads/ |
profile.sh | 3 cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
|
/external/srec/config/en.us/ |
adb_pull_system_usr_srec_change_sample_rate2.sh | 3 export TESTDIR=/system/usr/srec
|
adb_pull_system_usr_srec_set_get_param.sh | 3 export TESTDIR=/system/usr/srec
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsic.cpp | 77 Allocation * aout, const void * usr, 82 Allocation * aout, const void * usr, 89 const void * usr, 94 preLaunch(slot, ain, aout, usr, usrLen, sc); 96 forEachMtlsSetup(ain, aout, usr, usrLen, sc, &mtls); 101 mtls.fep.usr = this; 107 postLaunch(slot, ain, aout, usr, usrLen, sc); 115 mtls->fep.usr = this;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 58 #define _STLP_NATIVE_HEADER(header) <usr/include/header> 62 #define _STLP_NATIVE_OLD_STREAMS_HEADER(header) <usr/include/header>
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 57 #define _STLP_NATIVE_HEADER(header) <usr/include/header> 61 #define _STLP_NATIVE_OLD_STREAMS_HEADER(header) <usr/include/header>
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 57 #define _STLP_NATIVE_HEADER(header) <usr/include/header> 61 #define _STLP_NATIVE_OLD_STREAMS_HEADER(header) <usr/include/header>
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 57 #define _STLP_NATIVE_HEADER(header) <usr/include/header> 61 #define _STLP_NATIVE_OLD_STREAMS_HEADER(header) <usr/include/header>
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 57 #define _STLP_NATIVE_HEADER(header) <usr/include/header> 61 #define _STLP_NATIVE_OLD_STREAMS_HEADER(header) <usr/include/header>
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_android.h | 58 #define _STLP_NATIVE_HEADER(header) <usr/include/header> 62 #define _STLP_NATIVE_OLD_STREAMS_HEADER(header) <usr/include/header>
|
/prebuilts/qemu-kernel/x86/pc-bios/ |
Android.mk | 24 LOCAL_MODULE_PATH := $(HOST_OUT)/usr/share/pc-bios 33 LOCAL_MODULE_PATH := $(HOST_OUT)/usr/share/pc-bios
|
/external/qemu/distrib/sdl-1.2.15/Xcode/ |
package | 3 set prog = `/usr/bin/basename $0` 7 if (-x /usr/bin/mkbom) then 8 set mkbom=/usr/bin/mkbom 9 set lsbom=/usr/bin/lsbom 11 set mkbom=/usr/etc/mkbom 12 set lsbom=/usr/etc/lsbom 15 if (-x /usr/bin/awk) then 16 set awk=/usr/bin/awk 21 set gnutar=/usr/bin/gnutar 22 set tar=/usr/bin/ta [all...] |
/external/chromium_org/build/linux/ |
pkg-config-wrapper | 8 # The assumption is that the sysroot contains the .pc files in usr/lib/pkgconfig 9 # and usr/share/pkgconfig (relative to the sysroot) and that they output paths 39 config_path=$root/usr/$libpath/pkgconfig:$root/usr/share/pkgconfig 50 # /path/to/chroot/build/x86-generic/usr/lib/pkgconfig/pkg.pc may have all paths 51 # relative to /path/to/chroot (i.e. prefix=/build/x86-generic/usr) instead of 52 # relative to /path/to/chroot/build/x86-generic (i.e prefix=/usr). 55 prefix=`PKG_CONFIG_PATH=$config_path pkg-config --variable=prefix "$package" | sed -e 's|/usr$||'`
|
/external/chromium_org/chrome/installer/linux/sysroot_scripts/ |
sysroot-creator-debian.wheezy.sh | 330 lscripts="${INSTALL_ROOT}/usr/lib/x86_64-linux-gnu/libpthread.so \ 331 ${INSTALL_ROOT}/usr/lib/x86_64-linux-gnu/libc.so" 334 sed -i -e 's|/usr/lib/x86_64-linux-gnu/||g' ${lscripts} 340 mkdir -p ${INSTALL_ROOT}/usr/share 341 ln -s ../lib/x86_64-linux-gnu/pkgconfig ${INSTALL_ROOT}/usr/share/pkgconfig 345 echo /usr/lib/gcc/x86_64-linux-gnu/4.6 > "$LD_SO_HACK_CONF" 346 echo /usr/lib >> "$LD_SO_HACK_CONF" 354 lscripts="${INSTALL_ROOT}/usr/lib/i386-linux-gnu/libpthread.so \ 355 ${INSTALL_ROOT}/usr/lib/i386-linux-gnu/libc.so" 358 sed -i -e 's|/usr/lib/i386-linux-gnu/||g' ${lscripts [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/ |
Makefile | 11 sudo install */*.dll.so /usr/lib/wine
|
/external/e2fsprogs/install-utils/ |
remove_preformat_manpages | 3 PREFORMAT_ROOT=/usr/man/preformat 4 COMPILED_ROOT=/usr/man
|
/external/elfutils/tests/ |
test-wrapper.sh | 61 elif [ "x$libdir" != x/usr/lib ] && [ "x$libdir" != x/usr/lib64 ]; then
|
/external/iputils/Modules/ |
Makefile | 1 KERNEL_INCLUDE=/usr/src/linux/include
|