/system/connectivity/shill/dhcp/ |
D | dhcpv6_config_unittest.cc | 179 KeyValueStore conf; in TEST_F() local 180 conf.SetString(DHCPv6Config::kConfigurationKeyIPAddress, kConfigIPAddress); in TEST_F() 181 conf.SetUint(DHCPv6Config::kConfigurationKeyIPAddressLeaseTime, in TEST_F() 183 conf.SetString(DHCPv6Config::kConfigurationKeyDelegatedPrefix, in TEST_F() 185 conf.SetUint(DHCPv6Config::kConfigurationKeyDelegatedPrefixLength, in TEST_F() 187 conf.SetUint(DHCPv6Config::kConfigurationKeyDelegatedPrefixLeaseTime, in TEST_F() 192 conf.SetStrings(DHCPv6Config::kConfigurationKeyDNS, dns); in TEST_F() 197 conf.SetStrings(DHCPv6Config::kConfigurationKeyDomainSearch, domain_search); in TEST_F() 199 conf.SetString("UnknownKey", "UnknownValue"); in TEST_F() 201 ASSERT_TRUE(config_->ParseConfiguration(conf)); in TEST_F() [all …]
|
D | dhcpv4_config_unittest.cc | 298 KeyValueStore conf; in TEST_F() local 299 conf.SetUint(DHCPv4Config::kConfigurationKeyIPAddress, 0x01020304); in TEST_F() 300 conf.SetUint8(DHCPv4Config::kConfigurationKeySubnetCIDR, 16); in TEST_F() 301 conf.SetUint(DHCPv4Config::kConfigurationKeyBroadcastAddress, 0x10203040); in TEST_F() 306 conf.SetUint32s(DHCPv4Config::kConfigurationKeyRouters, routers); in TEST_F() 312 conf.SetUint32s(DHCPv4Config::kConfigurationKeyDNS, dns); in TEST_F() 314 conf.SetString(DHCPv4Config::kConfigurationKeyDomainName, "domain-name"); in TEST_F() 319 conf.SetStrings(DHCPv4Config::kConfigurationKeyDomainSearch, search); in TEST_F() 321 conf.SetUint16(DHCPv4Config::kConfigurationKeyMTU, 600); in TEST_F() 322 conf.SetString(DHCPv4Config::kConfigurationKeyHostname, "hostname"); in TEST_F() [all …]
|
/system/sepolicy/ |
D | Android.mk | 89 sepolicy_policy.conf := $(intermediates)/policy.conf 90 $(sepolicy_policy.conf): PRIVATE_MLS_SENS := $(MLS_SENS) 91 $(sepolicy_policy.conf): PRIVATE_MLS_CATS := $(MLS_CATS) 92 $(sepolicy_policy.conf): PRIVATE_ADDITIONAL_M4DEFS := $(LOCAL_ADDITIONAL_M4DEFS) 93 $(sepolicy_policy.conf): $(call build_policy, $(sepolicy_build_files)) 101 $(LOCAL_BUILT_MODULE): $(sepolicy_policy.conf) $(HOST_OUT_EXECUTABLES)/checkpolicy $(HOST_OUT_EXECU… 116 sepolicy_policy.conf := 127 sepolicy_policy_recovery.conf := $(intermediates)/policy_recovery.conf 128 $(sepolicy_policy_recovery.conf): PRIVATE_MLS_SENS := $(MLS_SENS) 129 $(sepolicy_policy_recovery.conf): PRIVATE_MLS_CATS := $(MLS_CATS) [all …]
|
D | README | 29 Reviewing out/target/product/<device>/etc/sepolicy_intermediates/policy.conf 46 * keys.conf 72 Details of the configuration file (keys.conf) can be found in the subsection 73 keys.conf. This tool is also responsible for stripping the comments and 76 keys.conf 77 The keys.conf file is used for controlling the mapping of "tags" found in 92 organization and may need to extract the pem file for the insertkeys/keys.conf tools. 97 After extracting the pem, you can rename it, and configure keys.conf and
|
D | dhcp.te | 18 # For /proc/sys/net/ipv4/conf/*/promote_secondaries
|
D | netd.te | 38 # Needed to update /data/misc/wifi/hostapd.conf
|
/system/update_engine/update_manager/ |
D | update_manager.conf.example | 3 # Normally this file is loaded from /etc/update_manager.conf. If 7 # /mnt/stateful_partition/etc/update_manager.conf 10 # /etc/update_manager.conf.
|
/system/bt/btif/src/ |
D | btif_config.c | 499 static void btif_config_remove_unpaired(config_t *conf) { in btif_config_remove_unpaired() argument 500 assert(conf != NULL); in btif_config_remove_unpaired() 506 const config_section_node_t *snode = config_section_begin(conf); in btif_config_remove_unpaired() 507 while (snode != config_section_end(conf)) { in btif_config_remove_unpaired() 510 if (!config_has_key(conf, section, "LinkKey") && in btif_config_remove_unpaired() 511 !config_has_key(conf, section, "LE_KEY_PENC") && in btif_config_remove_unpaired() 512 !config_has_key(conf, section, "LE_KEY_PID") && in btif_config_remove_unpaired() 513 !config_has_key(conf, section, "LE_KEY_PCSRK") && in btif_config_remove_unpaired() 514 !config_has_key(conf, section, "LE_KEY_LENC") && in btif_config_remove_unpaired() 515 !config_has_key(conf, section, "LE_KEY_LCSRK")) { in btif_config_remove_unpaired() [all …]
|
D | btif_dm.c | 2916 char conf[64]; in btif_dm_get_smp_config() local 2921 strncpy(conf, recv, 64); in btif_dm_get_smp_config() 2922 conf[63] = 0; // null terminate in btif_dm_get_smp_config() 2924 if ((pch = strtok(conf, ",")) != NULL) in btif_dm_get_smp_config()
|
/system/bt/conf/ |
D | Android.mk | 6 LOCAL_MODULE := bt_stack.conf 16 LOCAL_MODULE := bt_did.conf
|
/system/core/crash_reporter/ |
D | Android.mk | 59 crash_reporter_logs.conf \ 118 LOCAL_MODULE := crash_reporter_logs.conf 121 LOCAL_SRC_FILES := crash_reporter_logs.conf
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 70 [-w] [-d] [-f neverallows.conf] | [-n "neverallow string"] 73 from the neverallows.conf file or a given string, which contain neverallow 74 statements in the same format as the SELinux policy.conf file, i.e. after 76 policy.conf file as the neverallows.conf file and sepolicy-analyze will 94 a full policy.conf file and output them in a more easily parsed format.
|
/system/bt/main/ |
D | Android.mk | 99 bt_did.conf \ 100 bt_stack.conf \
|
/system/bt/doc/ |
D | btsnoop_net.md | 6 This feature is enabled by setting `BtSnoopLogOutput=true` in `bt_stack.conf`.
|
D | directory_layout.md | 16 * conf - *Configuration* - Various configuration text files.
|
/system/core/rootdir/ |
D | init.rc | 129 write /proc/sys/net/ipv4/conf/all/accept_redirects 0 130 write /proc/sys/net/ipv6/conf/all/accept_redirects 0 345 # Fix the access permissions and group ownership for 'bt_config.conf' 346 chmod 0660 /data/misc/bluedroid/bt_config.conf 347 chown bluetooth net_bt_stack /data/misc/bluedroid/bt_config.conf 366 # give system access to wpa_supplicant.conf for backup and restore 367 chmod 0660 /data/misc/wifi/wpa_supplicant.conf
|
/system/tpm/trunks/ |
D | Android.mk | 110 com.android.Trunks.conf \
|
/system/extras/tests/net_test/ |
D | README | 77 /etc/resolv.conf and the system resolver is hardcoded to 8.8.8.8.
|
/system/update_engine/sample_images/ |
D | generate_images.sh | 103 sudo tee "${mntdir}"/etc/update_engine.conf >/dev/null <<EOF
|
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 611 I: config file path set to /data/nativetest/perfprofd_test/perfprofd.conf in TEST_F() 667 I: config file path set to /data/nativetest/perfprofd_test/perfprofd.conf in TEST_F()
|