Searched refs:property_get (Results 1 - 23 of 23) sorted by relevance

/system/core/init/
H A Dproperty_service.h27 extern const char* property_get(const char *name);
H A Dkeychords.c106 debuggable = property_get("ro.debuggable");
107 adb_enabled = property_get("init.svc.adbd");
H A Dbuiltins.c385 tmpfs_options = property_get("ro.crypto.tmpfs_options");
424 prop = property_get("ro.crypto.state");
456 value = property_get(value);
554 value = property_get(value);
H A Dproperty_service.c243 const char* property_get(const char *name) function
H A Dinit_parser.c388 value = property_get(prop_name);
/system/core/include/cutils/
H A Dproperties.h34 /* property_get: returns the length of the value which will never be
41 int property_get(const char *key, char *value, const char *default_value);
/system/core/libnetutils/
H A Ddhcp_utils.c56 if (property_get(name, value, NULL)) {
79 property_get(prop_name, ipaddr, NULL);
82 property_get(prop_name, gateway, NULL);
85 property_get(prop_name, server, NULL);
94 if (property_get(prop_name, prop_value, NULL)) {
116 property_get(prop_name, dns1, NULL);
119 property_get(prop_name, dns2, NULL);
122 if (property_get(prop_name, prop_value, NULL)) {
180 if (property_get(HOSTNAME_PROP_NAME, prop_value, NULL) && (prop_value[0] != '\0'))
198 if (!property_get(result_prop_nam
[all...]
/system/core/libcutils/
H A Dprocess_name.c63 property_get("ro.kernel.qemu", propBuf, "");
H A Dproperties.c39 int property_get(const char *key, char *value, const char *default_value) function
137 int property_get(const char *key, char *value, const char *default_value) function
192 LOGE("Got strange response to property_get request (%d)\n",
260 int property_get(const char *key, char *value, const char *default_value) function
/system/core/toolbox/
H A Dgetprop.c51 property_get(argv[1], value, default_value);
/system/vold/
H A Dcryptfs.c138 property_get(KEY_LOC_PROP, key_loc, KEY_IN_FOOTER);
237 property_get(KEY_LOC_PROP, key_loc, KEY_IN_FOOTER);
565 property_get("ro.crypto.fs_type", fs_type, "");
566 property_get("ro.crypto.fs_real_blkdev", real_blkdev, "");
567 property_get("ro.crypto.fs_mnt_point", mount_point2, "");
568 property_get("ro.crypto.fs_options", fs_options, "");
569 property_get("ro.crypto.fs_flags", fs_flags, "");
626 property_get("vold.post_fs_data_done", p, "0");
688 property_get("ro.crypto.fs_crypto_blkdev", crypto_blkdev, "");
734 property_get("r
[all...]
H A DFat.cpp117 property_get("persist.sampling_profiler", value, "");
H A DVolume.cpp299 property_get("vold.decrypt", decrypt_state, "");
300 property_get("vold.encrypt_progress", encrypt_progress, "");
341 property_get("ro.crypto.state", crypto_state, "");
/system/core/libsysutils/src/
H A DServiceManager.cpp111 if (property_get(propName, propVal, NULL)) {
/system/core/nexus/
H A DTiwlanWifiController.cpp76 if (property_get(DRIVER_PROP_NAME, driver_status, NULL)) {
/system/core/adb/
H A Dadb.c664 property_get("persist.adb.trace_mask", value, "");
872 property_get("ro.kernel.qemu", value, "");
874 property_get("ro.secure", value, "1");
881 property_get("ro.debuggable", value, "");
883 property_get("service.adb.root", value, "");
948 property_get("service.adb.tcp.port", value, "");
950 property_get("persist.adb.tcp.port", value, "");
H A Dservices.c120 property_get("ro.debuggable", value, "");
/system/netd/
H A DTetherController.cpp60 property_get("ro.bootmode", bootmode, "unknown");
H A DNatController.cpp267 property_get("ro.bootmode", bootmode, "unknown");
H A DBandwidthController.cpp137 property_get("persist.bandwidth.enable", value, "0");
142 property_get("persist.bandwidth.uselogwrap", value, "0");
/system/core/debuggerd/
H A Ddebuggerd.c111 property_get("ro.build.fingerprint", fingerprint, "unknown");
579 property_get("ro.debuggable", value, "0");
729 property_get("debug.db.uid", value, "-1");
/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c752 property_get("ro.bt.bdaddr_path", path, "");
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp190 property_get("debug.pf.disasm", value, "0");

Completed in 221 milliseconds