Home
last modified time | relevance | path

Searched refs:property_buf (Results 1 – 1 of 1) sorted by relevance

/system/vold/
DEncryptInplace.cpp535 char property_buf[8]; in cryptfs_enable_inplace_full() local
538 snprintf(property_buf, sizeof(property_buf), "%" PRId64, cur_pct); in cryptfs_enable_inplace_full()
539 android::base::SetProperty("vold.encrypt_progress", property_buf); in cryptfs_enable_inplace_full()