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

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/dasm/src/dasm/
build_parser 17 exec java -jar ../../etc/java_cup.jar < parser.cup
  /external/dropbear/debian/
dropbear.postrm 5 if test -e /etc/dropbear; then
6 rm -f /etc/dropbear/dropbear_rsa_host_key
7 rm -f /etc/dropbear/dropbear_dss_host_key
8 rmdir --ignore-fail-on-non-empty /etc/dropbear
11 rm -f /etc/default/dropbear
12 rm -rf /etc/dropbear/supervise /etc/dropbear/log/supervise
dropbear.postinst 6 if test ! -e /etc/dropbear/dropbear_rsa_host_key; then
7 if test -f /etc/ssh/ssh_host_rsa_key; then
10 /etc/ssh/ssh_host_rsa_key /etc/dropbear/dropbear_rsa_host_key
13 dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
16 if test ! -e /etc/dropbear/dropbear_dss_host_key; then
17 if test -f /etc/ssh/ssh_host_dsa_key; then
20 /etc/ssh/ssh_host_dsa_key /etc/dropbear/dropbear_dss_host_key
23 dropbearkey -t dss -f /etc/dropbear/dropbear_dss_host_ke
    [all...]
dropbear.prerm 5 if test -x /etc/init.d/dropbear; then
9 /etc/init.d/dropbear stop
  /device/common/gps/
gps_as.mk 18 device/common/gps/gps.conf_AS:system/etc/gps.conf
gps_as_supl.mk 18 device/common/gps/gps.conf_AS_SUPL:system/etc/gps.conf
gps_eu.mk 18 device/common/gps/gps.conf_EU:system/etc/gps.conf
gps_eu_supl.mk 18 device/common/gps/gps.conf_EU_SUPL:system/etc/gps.conf
gps_us.mk 18 device/common/gps/gps.conf_US:system/etc/gps.conf
gps_us_supl.mk 18 device/common/gps/gps.conf_US_SUPL:system/etc/gps.conf
  /external/ppp/pppd/plugins/radius/etc/
radiusclient.conf 19 # a terminal specific lock (e.g. /etc/nologin.ttyS2 will disable
20 # logins on /dev/ttyS2) (default /etc/nologin)
21 nologin /etc/nologin
24 # on the radlogin command line (default /etc/radiusclient/issue)
25 issue /usr/local/etc/radiusclient/issue
35 # no port is specified /etc/services is consulted of the radius
46 servers /usr/local/etc/radiusclient/servers
50 dictionary /usr/local/etc/radiusclient/dictionary
61 mapfile /usr/local/etc/radiusclient/port-id-map
  /build/target/board/generic_x86/
device.mk 26 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
27 device/generic/goldfish/data/etc/vold.conf:system/etc/vold.conf \
28 development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml \
29 development/tools/emulator/system/camera/media_codecs.xml:system/etc/media_codecs.xml
  /external/dnsmasq/contrib/slackware-dnsmasq/
doinst.sh.gz 
  /sdk/eventanalyzer/
Android.mk 17 include $(EVENTANALUZER_LOCAL_DIR)/etc/Android.mk
  /sdk/screenshot/
Android.mk 17 include $(SCREENSHOT2_LOCAL_DIR)/etc/Android.mk
  /packages/inputmethods/LatinIME/tools/maketext/
Android.mk 20 LOCAL_JAR_MANIFEST := etc/manifest.txt
26 include $(LOCAL_PATH)/etc/Android.mk
  /device/asus/grouper/
device.mk 48 device/asus/grouper/gps.conf:system/etc/gps.conf
56 frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \
57 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
58 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
59 frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \
60 frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml
    [all...]
  /build/target/board/generic/
device.mk 26 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
27 device/generic/goldfish/data/etc/vold.conf:system/etc/vold.conf \
28 $(call add-to-product-copy-files-if-exists,development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml) \
29 $(call add-to-product-copy-files-if-exists,development/tools/emulator/system/camera/media_codecs.xml:system/etc/media_codecs.xml) \
30 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
  /external/openssh/contrib/redhat/
sshd.init 9 # config: /etc/ssh/ssh_host_key
10 # config: /etc/ssh/ssh_host_key.pub
11 # config: /etc/ssh/ssh_random_seed
12 # config: /etc/ssh/sshd_config
16 . /etc/rc.d/init.d/functions
19 [ -f /etc/sysconfig/sshd ] && . /etc/sysconfig/sshd
43 /sbin/restorecon /etc/ssh/ssh_host_key.pub
44 /sbin/restorecon /etc/ssh/ssh_host_rsa_key.pub
45 /sbin/restorecon /etc/ssh/ssh_host_dsa_key.pu
    [all...]
  /external/chromium/sdch/open-vcdiff/packages/
rpm.sh 59 if [ -r /etc/issue ]
61 grep "Red Hat.*release 7" /etc/issue >/dev/null 2>&1 && destdir=rh7
62 grep "Red Hat.*release 8" /etc/issue >/dev/null 2>&1 && destdir=rh8
63 grep "Red Hat.*release 9" /etc/issue >/dev/null 2>&1 && destdir=rh9
64 if grep Fedora /etc/issue >/dev/null; then
65 destdir=fc`grep Fedora /etc/issue | cut -d' ' -f 4`;
71 # We want to get not only the main package but devel etc, hence the middle *
  /device/moto/wingray/
device_base.mk 44 device/moto/wingray/mXT1386_08_AA.bin:system/etc/firmware/mXT1386_08_AA.bin \
45 device/moto/wingray/mXT1386_08_E1.bin:system/etc/firmware/mXT1386_08_E1.bin \
46 device/moto/wingray/mXT1386_09_AA.bin:system/etc/firmware/mXT1386_09_AA.bin \
47 device/moto/wingray/mXT1386_10_AA.bin:system/etc/firmware/mXT1386_10_AA.bin \
48 device/moto/wingray/mXT1386_10_FF.bin:system/etc/firmware/mXT1386_10_FF.bin
51 frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \
52 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
53 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml
    [all...]
  /external/dnsmasq/contrib/dnsmasq_MacOSX/
DNSmasq 2 . /etc/rc.common
  /external/libpcap/ChmodBPF/
ChmodBPF 3 . /etc/rc.common
  /sdk/monkeyrunner/
Android.mk 17 include $(MONKEYRUNNER_LOCAL_DIR)/etc/Android.mk
  /build/target/product/
full_base_telephony.mk 30 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml

Completed in 881 milliseconds

1 2 3 4 5 6 7 8 91011>>