Searched refs:conf (Results 1 - 12 of 12) sorted by relevance

/system/bt/conf/
H A DAndroid.mk5 # Bluetooth bt_stack.conf config file
8 LOCAL_MODULE := bt_stack.conf
15 # Bluetooth bt_did.conf config file
18 LOCAL_MODULE := bt_did.conf
/system/sepolicy/
H A Ddefinitions.mk1 # Command to turn collection of policy files into a policy.conf file to be
3 define transform-policy-to-conf
16 .KATI_READONLY := transform-policy-to-conf
H A DAndroid.mk274 # sepolicy_policy.conf - All of the policy for the device. This is only used to
276 sepolicy_policy.conf := $(intermediates)/policy.conf
277 $(sepolicy_policy.conf): PRIVATE_MLS_SENS := $(MLS_SENS)
278 $(sepolicy_policy.conf): PRIVATE_MLS_CATS := $(MLS_CATS)
279 $(sepolicy_policy.conf): PRIVATE_TARGET_BUILD_VARIANT := user
280 $(sepolicy_policy.conf): PRIVATE_TGT_ARCH := $(my_target_arch)
281 $(sepolicy_policy.conf): PRIVATE_TGT_WITH_ASAN := $(with_asan)
282 $(sepolicy_policy.conf): PRIVATE_ADDITIONAL_M4DEFS := $(LOCAL_ADDITIONAL_M4DEFS)
283 $(sepolicy_policy.conf)
[all...]
H A Dtreble_sepolicy_tests_for_release.mk19 $(version)_plat_policy.conf := $(intermediates)/$(version)_plat_policy.conf
20 $($(version)_plat_policy.conf): PRIVATE_MLS_SENS := $(MLS_SENS)
21 $($(version)_plat_policy.conf): PRIVATE_MLS_CATS := $(MLS_CATS)
22 $($(version)_plat_policy.conf): PRIVATE_TARGET_BUILD_VARIANT := user
23 $($(version)_plat_policy.conf): PRIVATE_TGT_ARCH := $(my_target_arch)
24 $($(version)_plat_policy.conf): PRIVATE_TGT_WITH_ASAN := $(with_asan)
25 $($(version)_plat_policy.conf): PRIVATE_ADDITIONAL_M4DEFS := $(LOCAL_ADDITIONAL_M4DEFS)
26 $($(version)_plat_policy.conf): PRIVATE_SEPOLICY_SPLIT := true
27 $($(version)_plat_policy.conf)
[all...]
/system/extras/ext4_utils/
H A DAndroid.mk37 LOCAL_MODULE := mke2fs.conf
45 LOCAL_MODULE := mke2fs.conf
52 LOCAL_MODULE := mke2fs.conf
/system/core/libcutils/
H A Dfs_config.cpp119 static const char* conf[][2] = { variable
231 if (asprintf(&name, "%.*s%s", (int)len, target_out_path, conf[which][dir]) != -1) {
237 fd = TEMP_FAILURE_RETRY(open(conf[which][dir], O_RDONLY | O_BINARY));
300 for (which = 0; which < (sizeof(conf) / sizeof(conf[0])); ++which) {
311 ALOGE("%s len is corrupted", conf[which][dir]);
316 ALOGE("%s out of memory", conf[which][dir]);
321 ALOGE("%s prefix is truncated", conf[which][dir]);
327 ALOGE("%s is corrupted", conf[which][dir]);
/system/bt/btif/src/
H A Dbtif_config.cc57 static const char* CONFIG_FILE_PATH = "bt_config.conf";
61 static const char* CONFIG_FILE_PATH = "/data/misc/bluedroid/bt_config.conf";
437 static void btif_config_remove_unpaired(config_t* conf) { argument
438 CHECK(conf != NULL);
444 for (auto it = conf->sections.begin(); it != conf->sections.end();) {
449 if (!config_has_key(*conf, section, "LinkKey") &&
450 !config_has_key(*conf, section, "LE_KEY_PENC") &&
451 !config_has_key(*conf, section, "LE_KEY_PID") &&
452 !config_has_key(*conf, sectio
[all...]
H A Dbtif_dm.cc2675 * Description Retrieve the SMP pairing options from the bt_stack.conf
2694 char conf[64]; local
2698 strncpy(conf, recv->c_str(), 64);
2699 conf[63] = 0; // null terminate
2701 pch = strtok(conf, ",");
/system/core/fastboot/
H A DAndroid.mk47 LOCAL_REQUIRED_MODULES_linux := e2fsdroid mke2fs.conf sload_f2fs
51 LOCAL_REQUIRED_MODULES_darwin := e2fsdroid mke2fs.conf sload_f2fs
/system/bt/doc/
H A Ddirectory_layout.md16 * conf - *Configuration* - Various configuration text files.
/system/update_engine/
H A DAndroid.mk822 # update_engine.conf
825 LOCAL_MODULE := ue_unittest_update_engine.conf
828 LOCAL_MODULE_STEM := update_engine.conf
829 LOCAL_SRC_FILES := update_engine.conf
885 ue_unittest_update_engine.conf
/system/update_engine/sample_images/
H A Dgenerate_images.sh107 # Add the update_engine.conf settings file. This file contains the
112 sudo tee "${mntdir}"/etc/update_engine.conf >/dev/null <<EOF

Completed in 882 milliseconds