/external/selinux/libsemanage/src/ |
semanage_conf.h | 68 void semanage_conf_destroy(semanage_conf_t * conf);
|
/external/selinux/restorecond/ |
Makefile | 46 install -m 644 restorecond.conf $(SELINUXDIR)/restorecond.conf 47 install -m 644 restorecond_user.conf $(SELINUXDIR)/restorecond_user.conf
|
/prebuilts/go/darwin-x86/src/net/ |
nss.go | 15 // nssConf represents the state of the machine's /etc/nsswitch.conf file. 82 conf := new(nssConf) 83 conf.err = foreachLine(slurp, func(line []byte) error { 122 if conf.sources == nil { 123 conf.sources = make(map[string][]nssSource) 125 conf.sources[db] = append(conf.sources[db], nssSource{ 132 return conf
|
dnsclient_unix.go | 247 // time to recheck resolv.conf. 249 lastChecked time.Time // last time resolv.conf was checked 252 dnsConfig *dnsConfig // parsed resolv.conf structure used in lookups 257 // init initializes conf and is only called via conf.initOnce. 258 func (conf *resolverConfig) init() { 260 // resolv.conf twice the first time. 261 conf.dnsConfig = systemConf().resolv 262 if conf.dnsConfig == nil { 263 conf.dnsConfig = dnsReadConfig("/etc/resolv.conf" [all...] |
/prebuilts/go/linux-x86/src/net/ |
nss.go | 15 // nssConf represents the state of the machine's /etc/nsswitch.conf file. 82 conf := new(nssConf) 83 conf.err = foreachLine(slurp, func(line []byte) error { 122 if conf.sources == nil { 123 conf.sources = make(map[string][]nssSource) 125 conf.sources[db] = append(conf.sources[db], nssSource{ 132 return conf
|
dnsclient_unix.go | 247 // time to recheck resolv.conf. 249 lastChecked time.Time // last time resolv.conf was checked 252 dnsConfig *dnsConfig // parsed resolv.conf structure used in lookups 257 // init initializes conf and is only called via conf.initOnce. 258 func (conf *resolverConfig) init() { 260 // resolv.conf twice the first time. 261 conf.dnsConfig = systemConf().resolv 262 if conf.dnsConfig == nil { 263 conf.dnsConfig = dnsReadConfig("/etc/resolv.conf" [all...] |
/external/ltp/testcases/network/xinetd/ |
xinetd_tests.sh | 109 # Create custom xinetd.conf file. 110 # tst_xinetd.conf.1 config file has telnet service disabled. 111 cat > $LTPTMP/tst_xinetd.conf.1 <<-EOF 123 # tst_xinetd.conf.2 config file has telnet enabled. 124 cat > $LTPTMP/tst_xinetd.conf.2 <<-EOF 220 # restore the original xinetd.conf if a back up exits. 221 if [ -f /etc/xinetd.conf.orig ] 223 mv /etc/xinetd.conf.orig /etc/xinetd.conf \ 229 "CLEANUP: failed restoring original xinetd.conf RC=$RC. Details: [all...] |
/external/parameter-framework/upstream/parameter/ |
DomainConfiguration.cpp | 264 [](const string &a, const AreaConfiguration &conf) { 265 return a + conf->getConfigurableElement()->getPath() + "\n"; 316 [&](const AreaConfiguration &conf) { 317 return conf != nullptr && 318 conf->getConfigurableElement() == pConfigurableElement; 340 [&](bool accumulator, const AreaConfiguration &conf) { 341 return conf->restore(pMainBlackboard, bSync, errors) && accumulator; 454 [&](const AreaConfiguration &conf) { 455 return conf->getConfigurableElement() == pConfigurableElement; 468 [&](const AreaConfiguration &conf) { [all...] |
/external/wpa_supplicant_8/src/ap/ |
sta_info.c | 389 hapd->conf->iface, __func__, MAC2STR(sta->addr), sta->flags, 420 next_time = hapd->conf->ap_max_inactivity + fuzz; 429 } else if (inactive_sec < hapd->conf->ap_max_inactivity) { 435 next_time = hapd->conf->ap_max_inactivity + fuzz - 442 hapd->conf->ap_max_inactivity); 444 if (hapd->conf->skip_inactivity_poll) 452 !hapd->conf->skip_inactivity_poll) { 458 next_time = hapd->conf->ap_max_inactivity; 554 hapd->conf->iface, MAC2STR(sta->addr)); 614 MACSTR, hapd->conf->iface, MAC2STR(sta->addr)) [all...] |
/external/swiftshader/third_party/LLVM/projects/sample/ |
configure | 40 echo "#! /bin/sh" >conf$$.sh
41 echo "exit 0" >>conf$$.sh
42 chmod +x conf$$.sh
43 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48 rm -f conf$$.sh
486 rm -f conf$$ conf$$.exe conf$$.file
487 if test -d conf$$.dir; then
488 rm -f conf$$.dir/conf$$.file [all...] |
/external/mesa3d/src/egl/drivers/glx/ |
egl_glx.c | 176 GLX_egl_config_index(_EGLConfig *conf) 178 struct GLX_egl_config *GLX_conf = GLX_egl_config(conf); 436 _EGLConfig *conf = &GLX_conf->Base; local 440 conf->SurfaceType &= ~EGL_WINDOW_BIT; 443 conf->SurfaceType |= EGL_PBUFFER_BIT; 447 if (!(conf->SurfaceType & EGL_WINDOW_BIT)) { 448 conf->NativeVisualID = 0; 449 conf->NativeVisualType = EGL_NONE; 452 if (conf->TransparentType != EGL_TRANSPARENT_RGB) { 454 conf->TransparentRedValue = 0 [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wpas_glue.c | 39 wpa_config_set_blob(wpa_s->conf, blob); 40 if (wpa_s->conf->update_config) { 41 int ret = wpa_config_write(wpa_s->confname, wpa_s->conf); 54 return wpa_config_get_blob(wpa_s->conf, name); 72 hdr->version = wpa_s->conf->eapol_version; 522 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { 921 if (!wpa_s->conf) 924 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { 1028 if (wpa_s->conf->update_config) { 1029 res = wpa_config_write(wpa_s->confname, wpa_s->conf); 1203 struct rsn_supp_config conf; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers_p2p.c | 379 ssid = wpa_config_get_network(wpa_s->conf, group_id); 750 ssid = wpa_config_get_network(wpa_s->conf, group_id); 852 dev_name = wpa_s->conf->device_name; 859 (char *) wpa_s->conf->device_type, 864 if (wpa_s->conf->num_sec_device_types) { 874 for (i = 0; i < wpa_s->conf->num_sec_device_types; i++) 877 wpa_s->conf->sec_device_type[i], 888 if (WPA_GET_BE32(wpa_s->conf->ip_addr_go) && 890 (char *) wpa_s->conf->ip_addr_go, 895 if (WPA_GET_BE32(wpa_s->conf->ip_addr_mask) & [all...] |
/build/make/target/board/generic_arm64/ |
device.mk | 26 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
|
/build/make/target/board/generic_x86/ |
device.mk | 26 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
|
/build/make/target/board/generic_x86_64/ |
device.mk | 26 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
|
/build/make/target/product/ |
sdk_base.mk | 89 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ 90 device/sample/etc/old-apns-conf.xml:system/etc/old-apns-conf.xml \ 104 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \ 105 device/generic/goldfish/audio_policy.conf:system/etc/audio_policy.conf
|
/device/google/marlin/ |
device-marlin.mk | 58 device/google/marlin/nfc/libnfc-nxp.marlin.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp.conf
|
device-sailfish.mk | 58 device/google/marlin/nfc/libnfc-nxp.sailfish.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp.conf
|
/external/elfutils/config/ |
Makefile.am | 31 EXTRA_DIST = elfutils.spec.in known-dwarf.awk 10-default-yama-scope.conf
|
/external/selinux/mcstrans/share/examples/pipes/ |
setrans.conf | 20 Include=/etc/selinux/mls/setrans.d/pipes.conf
|
/external/selinux/policycoreutils/sestatus/ |
Makefile | 22 install -m 644 sestatus.conf.5 $(MANDIR)/man5 24 install -m 644 sestatus.conf $(ETCDIR)
|
/external/wpa_supplicant_8/hostapd/ |
hostapd.android.rc | 14 /data/misc/wifi/hostapd.conf
|
/external/wpa_supplicant_8/src/radius/ |
radius_client.h | 253 radius_client_init(void *ctx, struct hostapd_radius_servers *conf); 260 struct hostapd_radius_servers *conf);
|
/system/sepolicy/ |
Android.mk | 212 # reqd_policy_mask - a policy.conf file which contains only the bare minimum 214 # present in all policy.conf files, but should not necessarily be exported as 219 reqd_policy_mask.conf := $(intermediates)/reqd_policy_mask.conf 220 $(reqd_policy_mask.conf): PRIVATE_MLS_SENS := $(MLS_SENS) 221 $(reqd_policy_mask.conf): PRIVATE_MLS_CATS := $(MLS_CATS) 222 $(reqd_policy_mask.conf): PRIVATE_TGT_ARCH := $(my_target_arch) 223 $(reqd_policy_mask.conf): PRIVATE_TGT_WITH_ASAN := $(with_asan) 224 $(reqd_policy_mask.conf): PRIVATE_ADDITIONAL_M4DEFS := $(LOCAL_ADDITIONAL_M4DEFS) 225 $(reqd_policy_mask.conf): $(call build_policy, $(sepolicy_build_files), $(REQD_MASK_POLICY) [all...] |