Searched refs:propertyStr (Results 1 – 3 of 3) sorted by relevance
70 const std::string propertyStr = getMmapPolicyProperty(policyType); in getMmapPolicyInfosFromSystemProperty() local71 if (propertyStr.empty()) { in getMmapPolicyInfosFromSystemProperty()75 property_get_int32(propertyStr.c_str(), getDefaultPolicyFromType(policyType))); in getMmapPolicyInfosFromSystemProperty()
180 public int setDevicePropertyInitVersion(@NonNull String propertyStr) { in setDevicePropertyInitVersion() argument181 return native_set_device_property_init_version(propertyStr); in setDevicePropertyInitVersion()436 private native int native_set_device_property_init_version(String propertyStr); in native_set_device_property_init_version() argument
414 const char *propertyStr = env->GetStringUTFChars(property_str, NULL); in android_mtp_MtpDevice_set_device_property_init_version() local415 if (propertyStr == NULL) { in android_mtp_MtpDevice_set_device_property_init_version()425 property.setCurrentValue(propertyStr); in android_mtp_MtpDevice_set_device_property_init_version()431 env->ReleaseStringUTFChars(property_str, propertyStr); in android_mtp_MtpDevice_set_device_property_init_version()