Lines Matching refs:property_set
446 property_set("vold.decrypt", "trigger_encryption"); in do_mount_all()
448 property_set("ro.crypto.state", "encrypted"); in do_mount_all()
449 property_set("ro.crypto.type", "block"); in do_mount_all()
450 property_set("vold.decrypt", "trigger_default_encryption"); in do_mount_all()
452 property_set("ro.crypto.state", "unencrypted"); in do_mount_all()
466 property_set("ro.crypto.state", "encrypted"); in do_mount_all()
467 property_set("ro.crypto.type", "file"); in do_mount_all()
476 property_set("ro.crypto.state", "encrypted"); in do_mount_all()
477 property_set("ro.crypto.type", "file"); in do_mount_all()
478 property_set("vold.decrypt", "trigger_restart_min_framework"); in do_mount_all()
511 property_set(name, prop_val); in do_setprop()
637 property_set(android::base::StringPrintf("partition.%s.verified", mount_point).c_str(), in verity_update_property()