Home
last modified time | relevance | path

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

/system/vold/
DEncryptInplace.h30 #define ENABLE_INPLACE_ERR_DEV (-2) /* crypto_blkdev issue */ macro
DEncryptInplace.cpp285 rc = ENABLE_INPLACE_ERR_DEV; in cryptfs_enable_inplace_ext4()
413 rc = ENABLE_INPLACE_ERR_DEV; in cryptfs_enable_inplace_f2fs()
487 return ENABLE_INPLACE_ERR_DEV; in cryptfs_enable_inplace_full()
624 if (rc_ext4 == ENABLE_INPLACE_ERR_DEV && rc_f2fs == ENABLE_INPLACE_ERR_DEV && in cryptfs_enable_inplace()
625 rc_full == ENABLE_INPLACE_ERR_DEV) { in cryptfs_enable_inplace()
627 return ENABLE_INPLACE_ERR_DEV; in cryptfs_enable_inplace()
Dcryptfs.cpp2092 if (rc == ENABLE_INPLACE_ERR_DEV) { in cryptfs_enable_all_volumes()