Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.c449 return FS_MGR_MNTALL_DEV_NOT_ENCRYPTED; in handle_encryptable()
492 return FS_MGR_MNTALL_DEV_NOT_ENCRYPTED; in handle_encryptable()
503 int encryptable = FS_MGR_MNTALL_DEV_NOT_ENCRYPTED; in fs_mgr_mount_all()
566 if (status != FS_MGR_MNTALL_DEV_NOT_ENCRYPTED) { in fs_mgr_mount_all()
567 if (encryptable != FS_MGR_MNTALL_DEV_NOT_ENCRYPTED) { in fs_mgr_mount_all()
/system/core/fs_mgr/include/
Dfs_mgr.h82 #define FS_MGR_MNTALL_DEV_NOT_ENCRYPTED 0 macro
/system/core/init/
Dbuiltins.cpp451 } else if (ret == FS_MGR_MNTALL_DEV_NOT_ENCRYPTED) { in do_mount_all()