HomeSort by relevance Sort by last modified time
    Searched refs:previously_encrypted_upto (Results 1 - 3 of 3) sorted by null

  /system/vold/
EncryptInplace.h 29 off64_t previously_encrypted_upto, bool set_progress_properties);
EncryptInplace.cpp 259 off64_t previously_encrypted_upto,
267 if (previously_encrypted_upto > *size_already_done) {
400 off64_t previously_encrypted_upto,
405 if (previously_encrypted_upto > *size_already_done) {
475 off64_t previously_encrypted_upto,
507 i = previously_encrypted_upto + 1 - *size_already_done;
588 off64_t previously_encrypted_upto, bool set_progress_properties) {
591 << ", " << size_already_done << ", " << tot_size << ", " << previously_encrypted_upto
593 if (previously_encrypted_upto) {
594 LOG(DEBUG) << "Continuing encryption from " << previously_encrypted_upto;
    [all...]
cryptfs.cpp 2160 off64_t previously_encrypted_upto = 0; local
    [all...]

Completed in 62 milliseconds