Home
last modified time | relevance | path

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

/system/vold/
DEncryptInplace.cpp584 int rc_ext4, rc_f2fs, rc_full; in cryptfs_enable_inplace() local
610 if ((rc_f2fs = cryptfs_enable_inplace_f2fs(crypto_blkdev, real_blkdev, size, size_already_done, in cryptfs_enable_inplace()
616 LOG(DEBUG) << "cryptfs_enable_inplace_f2fs()=" << rc_f2fs; in cryptfs_enable_inplace()
624 if (rc_ext4 == ENABLE_INPLACE_ERR_DEV && rc_f2fs == ENABLE_INPLACE_ERR_DEV && in cryptfs_enable_inplace()