Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.h189 #define DATA_MNT_POINT "/data" macro
Dcryptfs.cpp1347 if (fs_mgr_do_tmpfs_mount(DATA_MNT_POINT)) { in cryptfs_trigger_restart_min_framework()
1420 if (! (rc = wait_and_unmount(DATA_MNT_POINT, true)) ) { in cryptfs_restart_internal()
1428 struct fstab_rec* rec = fs_mgr_get_entry_for_mount_point(fstab, DATA_MNT_POINT); in cryptfs_restart_internal()
1444 while ((mount_rc = fs_mgr_do_mount(fstab, DATA_MNT_POINT, in cryptfs_restart_internal()
1627 if (fs_mgr_do_mount(fstab, DATA_MNT_POINT, crypto_blkdev, tmp_mount_point)) { in test_mount_encrypted_fs()
1783 DATA_MNT_POINT, CRYPTO_BLOCK_DEVICE); in cryptfs_check_passwd()
1796 DATA_MNT_POINT, CRYPTO_BLOCK_DEVICE); in cryptfs_check_passwd()
2643 struct fstab_rec* rec = fs_mgr_get_entry_for_mount_point(fstab, DATA_MNT_POINT); in cryptfs_enable_all_volumes()
2813 if (fs_mgr_do_tmpfs_mount(DATA_MNT_POINT)) { in cryptfs_enable_internal()
3506 struct fstab_rec* rec = fs_mgr_get_entry_for_mount_point(fstab, DATA_MNT_POINT); in cryptfs_isConvertibleToFBE()
[all …]
DCryptCommandListener.cpp164 Process::killProcessesWithOpenFiles(DATA_MNT_POINT, SIGKILL); in do_enablecrypto()
DExt4Crypt.cpp64 const std::string device_key_dir = std::string() + DATA_MNT_POINT + e4crypt_unencrypted_folder;
68 const std::string user_key_dir = std::string() + DATA_MNT_POINT + "/misc/vold/user_keys";
/system/core/init/
Dbuiltins.cpp282 #define DATA_MNT_POINT "/data" macro