OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getconf
(Results
26 - 50
of
60
) sorted by null
1
2
3
/external/libusb-compat/
config.guess
593
if [ -x /usr/bin/
getconf
]; then
594
sc_cpu_version=`/usr/bin/
getconf
SC_CPU_VERSION 2>/dev/null`
595
sc_kernel_bits=`/usr/bin/
getconf
SC_KERNEL_BITS 2>/dev/null`
[
all
...]
configure
[
all
...]
/external/libvorbis/
config.guess
575
if [ -x /usr/bin/
getconf
]; then
576
sc_cpu_version=`/usr/bin/
getconf
SC_CPU_VERSION 2>/dev/null`
577
sc_kernel_bits=`/usr/bin/
getconf
SC_KERNEL_BITS 2>/dev/null`
[
all
...]
configure
[
all
...]
/external/llvm/autoconf/
config.guess
603
if [ -x /usr/bin/
getconf
]; then
604
sc_cpu_version=`/usr/bin/
getconf
SC_CPU_VERSION 2>/dev/null`
605
sc_kernel_bits=`/usr/bin/
getconf
SC_KERNEL_BITS 2>/dev/null`
[
all
...]
/external/netperf/
config.guess
571
if [ -x /usr/bin/
getconf
]; then
572
sc_cpu_version=`/usr/bin/
getconf
SC_CPU_VERSION 2>/dev/null`
573
sc_kernel_bits=`/usr/bin/
getconf
SC_KERNEL_BITS 2>/dev/null`
[
all
...]
/external/pcre/dist/
config.guess
617
if [ -x /usr/bin/
getconf
]; then
618
sc_cpu_version=`/usr/bin/
getconf
SC_CPU_VERSION 2>/dev/null`
619
sc_kernel_bits=`/usr/bin/
getconf
SC_KERNEL_BITS 2>/dev/null`
[
all
...]
/external/protobuf/
config.guess
616
if [ -x /usr/bin/
getconf
]; then
617
sc_cpu_version=`/usr/bin/
getconf
SC_CPU_VERSION 2>/dev/null`
618
sc_kernel_bits=`/usr/bin/
getconf
SC_KERNEL_BITS 2>/dev/null`
[
all
...]
/external/protobuf/gtest/build-aux/
config.guess
616
if [ -x /usr/bin/
getconf
]; then
617
sc_cpu_version=`/usr/bin/
getconf
SC_CPU_VERSION 2>/dev/null`
618
sc_kernel_bits=`/usr/bin/
getconf
SC_KERNEL_BITS 2>/dev/null`
[
all
...]
/external/srtp/
config.guess
593
if [ -x /usr/bin/
getconf
]; then
594
sc_cpu_version=`/usr/bin/
getconf
SC_CPU_VERSION 2>/dev/null`
595
sc_kernel_bits=`/usr/bin/
getconf
SC_KERNEL_BITS 2>/dev/null`
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/
config.guess
597
if [ -x /usr/bin/
getconf
]; then
598
sc_cpu_version=`/usr/bin/
getconf
SC_CPU_VERSION 2>/dev/null`
599
sc_kernel_bits=`/usr/bin/
getconf
SC_KERNEL_BITS 2>/dev/null`
[
all
...]
/toolchain/binutils/binutils-2.25/
config.guess
617
if [ -x /usr/bin/
getconf
]; then
618
sc_cpu_version=`/usr/bin/
getconf
SC_CPU_VERSION 2>/dev/null`
619
sc_kernel_bits=`/usr/bin/
getconf
SC_KERNEL_BITS 2>/dev/null`
[
all
...]
/external/libpcap/
config.guess
631
if [ -x /usr/bin/
getconf
]; then
632
sc_cpu_version=`/usr/bin/
getconf
SC_CPU_VERSION 2>/dev/null`
633
sc_kernel_bits=`/usr/bin/
getconf
SC_KERNEL_BITS 2>/dev/null`
[
all
...]
/external/tcpdump/
config.guess
631
if [ -x /usr/bin/
getconf
]; then
632
sc_cpu_version=`/usr/bin/
getconf
SC_CPU_VERSION 2>/dev/null`
633
sc_kernel_bits=`/usr/bin/
getconf
SC_KERNEL_BITS 2>/dev/null`
[
all
...]
/external/libcap-ng/libcap-ng-0.7/
configure
[
all
...]
/external/libedit/
configure
[
all
...]
/external/libexif/
configure
[
all
...]
/external/libopus/
configure
[
all
...]
/external/libusb/
configure
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
configure
[
all
...]
/toolchain/binutils/binutils-2.25/gprof/
configure
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
configure
[
all
...]
/external/c-ares/
configure
[
all
...]
/external/google-tv-pairing-protocol/cpp/
configure
[
all
...]
/external/libevent/
configure
[
all
...]
Completed in 713 milliseconds
1
2
3